From ad6bbd7fd64a749a7b46911b4621f5489378fe85 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Wed, 9 Aug 2023 09:39:20 -0400 Subject: [PATCH] stop prereleasing container images; fixes #343 --- .github/workflows/publish-docker-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: