-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
Description
current GitHub release workflow is triggered on every push to master branch - also also when a git tag, commit/ merge is pushed. every time.
the process then runs python-semantic-release GH action
which decides whether to trigger a release or not.
regardless if a release was triggered, the docker image is build and released to DockerHub.
the BUG: sometimes something on master changed that did not issue a release. this means the poetry version stayes unchanged.
then the existing DockerHub release is build based on updated version, and overrides existing DockerHub releases.
Reactions are currently unavailable