diff --git a/.github/workflows/publishDockerImage.yml b/.github/workflows/publishDockerImage.yml index b687c89..af4eea2 100644 --- a/.github/workflows/publishDockerImage.yml +++ b/.github/workflows/publishDockerImage.yml @@ -1,8 +1,10 @@ name: PublishDockerImage +# Run whenever the publish job runs on: - release: - types: [published] + push: + tags: + - "v*" jobs: push_to_registry: @@ -30,4 +32,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}