From 394257028484459f0d8b45e1a91cb5129b970929 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Mon, 28 Aug 2023 22:52:15 +0200 Subject: [PATCH] docker: Readd fail-fast and use correct variable --- .github/workflows/build_docker_image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 08596d433..b1dc6263a 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -9,6 +9,7 @@ jobs: timeout-minutes: 20 strategy: matrix: + fail-fast: false image-name: [nxdk, nxdk-debug, nxdk-lto] include: - image-name: nxdk @@ -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: |