Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 30, 2024
1 parent adf044e commit d75dcb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
production:
needs: [matrix]
runs-on: ubuntu-latest
continue-on-error: true
continue-on-error: false
strategy:
fail-fast: false
fail-fast: true
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: Set up QEMU
Expand Down

0 comments on commit d75dcb2

Please sign in to comment.