CI: Announce what we're pushing (for diagnosis)

This commit is contained in:
Zach Loafman 2016-08-16 17:51:19 -07:00
parent a524a06060
commit 66719de85d
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ docker build -t "${TMPTAG}" --build-arg "KOPS_GITISH=${GITISH}" --build-arg "KUB
# Squash -> $TAG
docker create --name="${TMPNAME}" "${TMPTAG}"
docker export "${TMPNAME}" | docker import - "${TAG}"
echo
echo "=== Pushing ${TAG} ==="
echo
gcloud docker push "${TAG}"
echo