Skip to content

Commit

Permalink
test empty image variant
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent 7d5a209 commit 79bf85d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build
uses: docker/build-push-action@v5
if: ${{ matrix.IMAGE_VARIANT }} != '' && ${{ matrix.IMAGE_VARIANT }} != '[]'
if: ${{ matrix.IMAGE_VARIANT }} != '[]' && ${{ matrix.IMAGE_VARIANT }} != ''
with:
context: .
file: ${{ matrix.IMAGE_VARIANT }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:

- name: Build
uses: docker/build-push-action@v5
if: ${{ matrix.IMAGE_VARIANT }} != '' && ${{ matrix.IMAGE_VARIANT }} != '[]'
with:
context: .
file: ${{ matrix.IMAGE_VARIANT }}
Expand Down

0 comments on commit 79bf85d

Please sign in to comment.