-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
latest tag pulls pre-releases #648
Comments
Perhaps it deserves its own thread, but I seem to be stuck in the nomansland between 'latest' and the pre-release? I got the notification that dawarich (along with a handful other apps on my system) had updates. So I installed all of them. Then I got an error message about the entrypoint.sh file not being where it was expected. Only then did I read the release notes for 0.22.0 . |
Its probably the gems stuff https://github.com/Freika/dawarich/releases/tag/0.22.1 |
that fixed it. that was easy! (and obvious, I should have done it after the other modifications) thanks! |
So I belive the issue is because the GitHub workflow is set up to create a docker image on release, but that release is not specifically Pre-release or latest. So on any release, a new docker image is made.
|
So I did some research and think that by adding Not sure how to test it.. But I hope its helpful! |
Describe the bug
Using the "latest" tag also pulls pre-releases, not just releases.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
latest should only pull final releases
The text was updated successfully, but these errors were encountered: