Skip to content

Commit 0c6deed

Browse files
committed
multiarch can't be built using a local docker daemon, using jib instead of jibDockerBuild
1 parent 60f2017 commit 0c6deed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ jobs:
6161
IMAGE=${IMAGE_NAME}:${NEW_VERSION}
6262
echo "Releasing new version ${NEW_VERSION} of $IMAGE"
6363
./gradlew -Pversion=${NEW_VERSION} publish publishToSonatype closeAndReleaseStagingRepository -Dorg.gradle.internal.publish.checksums.insecure=true --info
64-
./gradlew jibDockerBuild --image="${IMAGE}"
65-
docker push "${IMAGE}"
64+
./gradlew jib --image="${IMAGE}"
6665

0 commit comments

Comments
 (0)