Skip to content

Commit

Permalink
Merge pull request #293 from mbwhite/rel25/pipeline-publish-debug
Browse files Browse the repository at this point in the history
Do not fail if just one of the publishes fails
  • Loading branch information
mbwhite authored Jan 23, 2023
2 parents 6a9fdb3 + 51f126e commit c835610
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 c835610

Please sign in to comment.