Skip to content

Commit

Permalink
docker: Readd fail-fast and use correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Aug 28, 2023
1 parent f932594 commit 3942570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
fail-fast: false
image-name: [nxdk, nxdk-debug, nxdk-lto]
include:
- image-name: nxdk
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: false
tags: ${DOCKER_TAG}
tags: ${{ env.DOCKER_TAG}}
build-args: ${{ matrix.build-args }}
- name: Test Docker image
run: |
Expand Down

0 comments on commit 3942570

Please sign in to comment.