Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default behavior in Docker 20.10 changed, so that `docker push` will only push the `latest` tag rather than all tags. Upstream did add an option flag to support the previous behavior (`--all-tags`), but explicitly listing the desired tags is more understandable and ensures backward compatibility. See: - docker/cli#2214 - https://www.docker.com/blog/introducing-docker-engine-20-10/
- Loading branch information