We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7c458 commit bc73971Copy full SHA for bc73971
build.sh
@@ -49,7 +49,7 @@ GOOS=$os GOARCH=$arc CGO_ENABLED=0 go build \
49
.
50
51
echo "Building $image:latest docker image"
52
-docker build --build-arg PRODUCT_VERSION="$version" --no-cache -t $image:latest .
+docker build --load --build-arg PRODUCT_VERSION="$version" --no-cache -t $image:latest .
53
docker tag "$image":latest "$docker_repo/$image":"$version"
54
55
docker login
0 commit comments