From af454735a7d12f226d5889e6d544395f54354b7e Mon Sep 17 00:00:00 2001 From: John Skinner Date: Mon, 22 Jan 2024 12:12:05 -0600 Subject: [PATCH] workflow needs to be triggered on publish release not created --- .github/workflows/publish_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index 5c0326f..30d8e22 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -1,7 +1,7 @@ name: Build and push Docker image on: release: - types: [created] + types: [published] jobs: build-push: