blob: 937a01ab34712d04ea00824de9a3343e6f51c72f [file] [log] [blame]
Jessica Wagantalld9c235c2018-03-21 13:03:59 -07001#!/bin/bash
2# Ensure we fail the job if any steps fail
3set -e -o pipefail
4
5# Push our image to wherever it's defined to go by the name
6docker push "$DOCKER_IMAGE"
Denes Nemeth801d2a62018-05-12 09:40:20 +02007docker push "$DOCKER_IMAGE_LATEST"