Skip to content

Commit

Permalink
Update fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Aug 27, 2023
1 parent 5721746 commit 508da59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_docker_image:
name: Build ${{ matrix.image }}
runs-on: ubuntu-latest
continue-on-error: true
continue-on-error: false
strategy:
matrix:
image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
push_docker_image:
name: push_${{ matrix.image }}
runs-on: ubuntu-latest
continue-on-error: true
continue-on-error: false
strategy:
matrix:
image:
Expand Down

0 comments on commit 508da59

Please sign in to comment.