From 059e99db4704a83910d89ce19df2e9e1618a9245 Mon Sep 17 00:00:00 2001 From: vivid-cpreston <97257824+vivid-cpreston@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:18:52 -0800 Subject: [PATCH] Update client-build.yml --- .github/workflows/client-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index df298ce6..3dcac41c 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -11,9 +11,13 @@ on: type: string workflow_dispatch: inputs: - TAG: + IMAGE_TAG: type: string description: Additional tag to add to built images + DEFAULT_APPLICATION_ENVIRONMENT: + required: true + type: string + default: dev env: TF_VERSION: 1.8.5