Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push all tags to DockerHub #24

Merged
merged 1 commit into from May 16, 2021

Conversation

tkeemon
Copy link
Contributor

@tkeemon tkeemon commented Feb 23, 2021

The behavior behind docker push changed in the last year or two. The original behavior was that all tags associated with a particular Image would be pushed together. The new behavior is that only the latest tag is pushed. To replicate the old behavior, you need to specify the --all-tags flag.

Without this change, the next Github Action run will only push dockerpi:latest to Dockerhub. It'll skip dockerpi:vm.

Notes and discussion on the change are here: docker/cli#2214

@lukechilds
Copy link
Owner

@tkeemon thanks!

@lukechilds lukechilds merged commit f07a233 into lukechilds:master May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants