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.
1 parent 60f2017 commit 0c6deedCopy full SHA for 0c6deed
.github/workflows/publish-release.yml
@@ -61,6 +61,5 @@ jobs:
61
IMAGE=${IMAGE_NAME}:${NEW_VERSION}
62
echo "Releasing new version ${NEW_VERSION} of $IMAGE"
63
./gradlew -Pversion=${NEW_VERSION} publish publishToSonatype closeAndReleaseStagingRepository -Dorg.gradle.internal.publish.checksums.insecure=true --info
64
- ./gradlew jibDockerBuild --image="${IMAGE}"
65
- docker push "${IMAGE}"
+ ./gradlew jib --image="${IMAGE}"
66
0 commit comments