mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
483eb1c749
commit
cafc48a113
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user