mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -31,8 +31,8 @@ build_and_push(){
|
||||
sleep 15
|
||||
done
|
||||
|
||||
# also push the tag latest for "stable" tags
|
||||
if [[ "$suite" == "stable" ]]; then
|
||||
# also push the tag latest for "stable" (chrome) or "3.5" tags for zookeeper
|
||||
if [[ "$suite" == "stable" ]] || [[ "$suite" == "3.5" ]]; then
|
||||
docker tag ${REPO_URL}/${base}:${suite} ${REPO_URL}/${base}:latest
|
||||
docker push --disable-content-trust=false ${REPO_URL}/${base}:latest
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user