with all tags
This commit is contained in:
parent
4aff68be93
commit
1d8b1e8613
@ -12,7 +12,5 @@ echo "docker: logging in"
|
||||
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
||||
|
||||
echo "docker: pushing image $tag"
|
||||
docker push "$tag" &
|
||||
docker push "$latest_tag" &
|
||||
wait
|
||||
docker push "$base_tag" --all-tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user