File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments