From 08e1ac6aff9825cc93dedf1a6ced5d6c21d69461 Mon Sep 17 00:00:00 2001 From: Ash Davies <3853061+DrizzlyOwl@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:08:20 +0100 Subject: [PATCH] Fix: Forgot to define the branch variable (#1331) --- .github/workflows/build-and-push-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 4e56ad1dd..6e852bc50 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -45,6 +45,7 @@ jobs: - id: environment name: Set default environment run: | + BRANCH=${{ steps.branch.outputs.branch }} ENVIRONMENT=${{ github.event.inputs.environment }} # If no target environment is defined... if [[ -z $ENVIRONMENT ]];