#!/usr/bin/env bash
set -e
HERE=$(dirname $0)
. $HERE/common

docker tag $TAG_SHA $TAG_BRANCH
docker push $TAG_BRANCH
