mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02: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
|
# also push the tag latest for "stable" tags
|
||||||
if [[ "$suite" == "stable" ]]; then
|
if [[ "$suite" == "stable" ]]; then
|
||||||
docker tag r.j3ss.co/${base}:${suite} r.j3ss.co/${base}:latest
|
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
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user