diff --git a/.github/workflows/publish-release-dockers.yaml b/.github/workflows/publish-release-dockers.yaml index ab237d4..2c65f6c 100644 --- a/.github/workflows/publish-release-dockers.yaml +++ b/.github/workflows/publish-release-dockers.yaml @@ -1,9 +1,10 @@ name: Publish Docker image for new releases on: - release: - types: - - published + push: + tags: + # Catches v1.2.3 and v1.2.3-rc1 + - v[0-9]+.[0-9]+.[0-9]+* jobs: build_and_push: