-
Notifications
You must be signed in to change notification settings - Fork 129
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
Why does Docker have builds and not GitHub tags are pushed? #248
Comments
The github actions are not set up to create tags. Previously, tagging (and thus releasing) was a manual process which triggered builds on Docker Hub. Because of the new automation with Github actions, tags are no longer needed. That saying, suggestions how to extend our actions to create tags again are welcome. |
Okay, thanks |
We could consider to create tags for each version again but some questions come to my mind:
|
Trigger the same tag once more ?
This one is for me a bad option, avoid moving git tags.
Using git tags is quite easy and will do the trick And when a release is published, then it is built: https://github.com/sudo-bot/docker-phpmyadmin-snapshots/blob/main/.github/workflows/publish.yml#L8 |
I don't quite understand this issue. Roundcubemail uses git-tags only for releases, if I am not mistaken. And these releases are picked up by Can someone explain what's missing? |
@thomascube I noticed no new git tags are pushed but that the image gets updated.
What is the new process?
The text was updated successfully, but these errors were encountered: