From 8f37821dad21c22d9a2bf0520a8bafab92fe030f Mon Sep 17 00:00:00 2001 From: victorjourne Date: Thu, 17 Jun 2021 10:21:43 +0200 Subject: [PATCH] build package when release is edited and released --- .github/workflows/publish-image-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-github.yml b/.github/workflows/publish-image-github.yml index 7636510..5bb20e6 100644 --- a/.github/workflows/publish-image-github.yml +++ b/.github/workflows/publish-image-github.yml @@ -1,7 +1,7 @@ name: Push Docker image to GitHub container on: release: - types: [published, edited] + types: [published, edited, released] jobs: push_to_registry: runs-on: ubuntu-latest