#!/bin/bash
set -ex

docker tag ${IMAGE_NAME} "${DOCKER_REPO}:latest"
docker push "${DOCKER_REPO}:latest"
