We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a9fdb3 + 51f126e commit c835610Copy full SHA for c835610
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
# Publishing steps to both the Github Packages and the Sonatype
24
publishjars:
25
strategy:
26
+ fail-fast: false
27
matrix:
28
publish_target: ["publishAllPublicationsToGithubPackagesRepository","publishAllPublicationsToReleaseRepository"]
29
runs-on: ubuntu-latest
@@ -51,6 +52,7 @@ jobs:
51
52
# Publish to docker registries docker.io and ghcr.io
53
publishdocker:
54
55
56
57
DOCKER_REGISTRY: ["docker.io","ghcr.io"]
58
0 commit comments