Make sure when we publish, we're always publishing the base image tag too

This commit is contained in:
R. Tyler Croy 2016-08-03 12:31:22 -07:00
parent 2455edd631
commit cbb9a14617
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set -x
source ./rubies
docker push ${IMAGE_TAG}:latest
for RUBY in "${RUBIES[@]}"; do
echo "> Pushing ${IMAGE_TAG}:${RUBY}"
docker push ${IMAGE_TAG}:${RUBY}