Skip to content

Commit

Permalink
Do not fail if just one of the publsihes fails
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Jan 23, 2023
1 parent 6a9fdb3 commit 51f126e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# Publishing steps to both the Github Packages and the Sonatype
publishjars:
strategy:
fail-fast: false
matrix:
publish_target: ["publishAllPublicationsToGithubPackagesRepository","publishAllPublicationsToReleaseRepository"]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
# Publish to docker registries docker.io and ghcr.io
publishdocker:
strategy:
fail-fast: false
matrix:
DOCKER_REGISTRY: ["docker.io","ghcr.io"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51f126e

Please sign in to comment.