-
Notifications
You must be signed in to change notification settings - Fork 121
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
tag-latest: true not working #41
Comments
Got it. The docs says the tag-latest can be disabled if needed, but not deliberately enabled. Is that right? Any tip on how I can achieve the same behavior as the Docker Hub Automated Build, pushing master branch to latest? |
I believe the This is very similar to an old PR I made to the legacy docker action: docker/github-actions#20 |
@felipecrs I think you could specify a custom tag as latest in this case with |
@crazy-max Awesome. May I send a PR? |
I experienced the same issue and am actually trying to build the |
As an alternative workaround you can do what I did at felipecrs/docker-images@1900c95. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please see this build as example:
https://github.com/felipecrs/jenkins-agent-dind/runs/1812044006
Despite docker-meta receives "tag-latest: true" as input, the only tags generated are "master".
Also reported it #40 apparently.
The text was updated successfully, but these errors were encountered: