From fbdcad642a2f01dfbd92a113a440a88f1549fd52 Mon Sep 17 00:00:00 2001 From: Philipp Ross Date: Tue, 12 Dec 2023 15:03:15 +0100 Subject: [PATCH] Run container build action on release. --- .github/workflows/container_build_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container_build_publish.yml b/.github/workflows/container_build_publish.yml index 219e2e41..68345274 100644 --- a/.github/workflows/container_build_publish.yml +++ b/.github/workflows/container_build_publish.yml @@ -5,6 +5,8 @@ name: Create and publish a QUARK Docker image on: push: branches: ['main', 'dev'] + release: + types: [ published ] # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: