File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ tasks.register("integrationTestOnly") {
354354 dependsOn(
355355 ' :publishAllPublicationsToMyLocalRepositoryForFullIntegrationTestsRepository' ,
356356 ' :htmlSanityCheck-cli:installDist' ,
357- ' :htmlSanityCheck-cli:dockerBuildLocal '
357+ ' :htmlSanityCheck-cli:dockerBuild '
358358 )
359359
360360 doLast {
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ docker {
5656 applyLatestTag = false
5757}
5858
59- tasks. register(' dockerBuildLocal' , com.fussionlabs.gradle.docker.tasks.DockerBuildx ) {
60- loadImage = true
61- pushImage = false
62-
63- dependsOn shadowJar
64- }
59+ // tasks.register('dockerBuildLocal', com.fussionlabs.gradle.docker.tasks.DockerBuildx) {
60+ // loadImage = true
61+ // // pushImage = false // Multi-Platform images need the push
62+ //
63+ // dependsOn shadowJar
64+ // }
6565
6666/*
6767 * Copyright Gerd Aschemann and aim42 contributors.
You can’t perform that action at this time.
0 commit comments