From 239f3d602936624e937eea4faf04e3cce28c27ac Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 2 Dec 2023 17:46:00 -0800 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index d0e7ef4ee..f6dc4bc29 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -2,9 +2,10 @@ name: Create and publish a Docker image on: - push: - branches: - - 'main' + workflow_dispatch: + inputs: + tag: + description: "The tag version you want to build" # Defines two custom environment variables for the workflow. Used for the Container registry domain, and a name for the Docker image that this workflow builds. env: