-
Notifications
You must be signed in to change notification settings - Fork 224
tag container with release tags #484
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
Comments
@levkk what do you think about pushing the builds only in the main tag and all tags? the config in # ...
on:
push:
branches:
- main
tags:
- v* Let me know if you agree so I can send another PR. |
That works I think. |
there we go: #508 |
Before closing this issue, do you think that it will be nice to add a goreleaser config file to automatically generate a release when a new tag is created? |
@levkk I noticed that you merged my PR. It worked for the main branch, is the case to create a new tag to validate it? Something like |
Will test it out as soon as I can release the next version. Probably early next week, we're overdue for a release! |
Hi,
It will be better if the container could be tagged using the release tags,
it will be much more easy to find target versions.
The text was updated successfully, but these errors were encountered: