Skip to content

Commit

Permalink
don’t fail fast
Browse files Browse the repository at this point in the history
- deal with flakey GCR networking

Signed-off-by: Joe Fitzgerald <[email protected]>
  • Loading branch information
joefitzgerald committed Jan 22, 2023
1 parent 6e43ef0 commit 11d6003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- image: docker-in-docker
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
- publish-workshop-base-image

strategy:
fail-fast: false
matrix:
include:
- image: jdk8-environment
Expand Down

0 comments on commit 11d6003

Please sign in to comment.