From 75f472aeb25bbbfdedf01225a4585e0c50931018 Mon Sep 17 00:00:00 2001 From: Raaj Patel <41763998+Raajheer1@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:28:50 -0600 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8258e1a..1cf6926 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,11 +51,11 @@ jobs: - name: Build and Push Container Image if: ${{ github.event_name == 'push' && env.branch == 'main' }} run: | - TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.name }} bash scripts/build.sh + TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.facility }} bash scripts/build.sh - name: Build Container Image if: ${{ env.branch != 'main' }} run: | - DRY_RUN=1 TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.name }} bash scripts/build.sh + DRY_RUN=1 TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.facility }} bash scripts/build.sh - name: Sign Image if: ${{ github.event_name == 'push' && env.branch == 'main' }} env: