Skip to content

BUG: DockerHub releases triggered without actual release #292

@jkowalleck

Description

@jkowalleck

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.

Metadata

Metadata

Assignees

Labels

CIContinuous IntegrationbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions