Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
c58b40a34e0a51cea1cc456a60a1bf3b28c3ee7e
/
.
/
shell
/
docker-push.sh
blob: 937a01ab34712d04ea00824de9a3343e6f51c72f [
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"
docker push
"$DOCKER_IMAGE_LATEST"