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: