File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9393
9494 - name : Set up Docker Buildx
9595 uses : docker/setup-buildx-action@v2
96+ with :
97+ driver-opts : image=moby/buildkit:v0.15.1
9698 if : ${{ matrix.os == 'ubuntu-latest' }}
9799
98100 - name : Build image for testing
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ repositories {
88}
99
1010dependencies {
11- implementation(" com.google.cloud.tools:jib-gradle-plugin:3.3.2 " )
11+ implementation(" com.google.cloud.tools:jib-gradle-plugin:3.4.3 " )
1212}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919 id(" com.github.ben-manes.versions" ) version " 0.47.0"
2020 id(" com.github.jk1.dependency-license-report" ) version " 2.5"
2121 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
22- id(" com.google.cloud.tools.jib" ) version " 3.3.2 "
22+ id(" com.google.cloud.tools.jib" ) version " 3.4.3 "
2323 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
2424 id(" nebula.release" ) version " 17.2.2"
2525 id(" org.springframework.boot" ) version " 2.7.14"
You can’t perform that action at this time.
0 commit comments