Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
d9c235cfa95733b36a0edf525a9c9ccc9429a818
/
.
/
shell
/
docker-push.sh
blob: 68b2bdb959e9fbb3c6fa5d08b3fe784062ba7eb2 [
file
] [
log
] [
blame
]
#!/bin/bash
# Ensure we fail the job if any steps fail
set
-
e
-
o pipefail
# Push our image to wherever it's defined to go by the name
docker push
"$DOCKER_IMAGE"