Skip to content

Commit 95124ad

Browse files
authored
Update build.yaml
1 parent c303fdb commit 95124ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- name: Build and Push Container Image
5252
if: ${{ github.event_name == 'push' && env.branch == 'main' }}
5353
run: |
54-
TAG=${{ env.branch }}-${{ env.sha_short }} subdivision=${{ matrix.name }} bash scripts/build.sh
54+
TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.name }} bash scripts/build.sh
5555
- name: Build Container Image
5656
if: ${{ env.branch != 'main' }}
5757
run: |
58-
DRY_RUN=1 TAG=${{ env.branch }}-${{ env.sha_short }} subdivision=${{ matrix.name }} bash scripts/build.sh
58+
DRY_RUN=1 TAG=${{ env.branch }}-${{ env.sha_short }} SUBDIVISION=${{ matrix.name }} bash scripts/build.sh
5959
- name: Sign Image
6060
if: ${{ github.event_name == 'push' && env.branch == 'main' }}
6161
env:

0 commit comments

Comments
 (0)