Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 authored Jan 1, 2025
1 parent c303fdb commit 95124ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.name }} 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.name }} bash scripts/build.sh
- name: Sign Image
if: ${{ github.event_name == 'push' && env.branch == 'main' }}
env:
Expand Down

0 comments on commit 95124ad

Please sign in to comment.