diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index b0ea9f59..0f32e053 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -9,7 +9,8 @@ on: required: true release: types: - - published + - released # excludes "prereleased" which is included in "published" to + # avoid prematurely releasing semver tagged container images jobs: publish-docker-images: