Jessica Wagantall | d9c235c | 2018-03-21 13:03:59 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Ensure we fail the job if any steps fail | ||||
3 | set -e -o pipefail | ||||
4 | |||||
5 | # Push our image to wherever it's defined to go by the name | ||||
6 | docker push "$DOCKER_IMAGE" | ||||
Denes Nemeth | 801d2a6 | 2018-05-12 09:40:20 +0200 | [diff] [blame] | 7 | docker push "$DOCKER_IMAGE_LATEST" |