From 3f22c3b2008eeb0fc59a7a05c5c4a28383ec3b0c Mon Sep 17 00:00:00 2001 From: bretheren <31092321+bretheren@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:18:43 +0000 Subject: [PATCH] Update Workflow on release --- .github/workflows/release.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07702cc..858a03b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,10 +1,11 @@ # -name: Create and publish a Docker image +name: Publish Kujira DevContainer Docker Image -# Configures this workflow to run every time a change is pushed to the branch called `release`. on: - push: - branches: ['release'] + # Trigger the workflow on release published + 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: