blob: 68b2bdb959e9fbb3c6fa5d08b3fe784062ba7eb2 [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"