Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-03-30 18:36:26 -07:00
parent 483eb1c749
commit cafc48a113
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -31,6 +31,6 @@ for f in "${files[@]}"; do
# also push the tag latest for "stable" tags
if [[ "$suite" == "stable" ]]; then
docker tag r.j3ss.co/${base}:${suite} r.j3ss.co/${base}:latest
docker push --disable-content-trust=false r.j3ss.co/${base}:latest
docker push --disable-content-trust=false r.j3ss.co/${base}:latest
fi
done