From 16603bfa76b88aefe2bc5a3cef99b6560a77553e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 3 Apr 2024 15:29:12 -0700 Subject: [PATCH] add stable param --- .github/workflows/ghcr_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 923137aa1..cafc24549 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -5,6 +5,10 @@ on: inputs: tag: description: "The tag version you want to build" + stable: + description: "Build Stable version" + type: boolean + default: false # 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: