I have a docker image with three tags repo:latest
, repo:v1.1
, repo:dev
. When I do docker push repo:v1.1
only one tag will be pushed into repository. Is there a way to make one push with all tags or I need to push-per-tag?
↧
Docker push: push image once with multiple tags
↧