We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dd8b3 commit 0c15645Copy full SHA for 0c15645
1 file changed
release/go-licenses/common.gradle
@@ -24,6 +24,8 @@ docker {
24
files '../get-licenses.sh', '../go.mod'
25
noCache false
26
buildArgs(['sdk_location': "github.com/apache/beam/sdks/v2/${sdkName}/container"])
27
+ // If Docker buildx builder is used, explicitly load the image into the local repository.
28
+ load true
29
}
30
31
// The mkdir happens at configuration time to allow dockerRun volume to be declared.
0 commit comments