From 97f0ec38be266775b9b54a16486130146dc052b9 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 5 Nov 2024 11:39:15 -0500 Subject: [PATCH] fix: Updates tag name when building images --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46de0f3..b6789d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ name: Create and publish a Docker image on: push: branches: ['release'] + workflow_dispatch: # 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: