We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac350b9 commit 34baf7eCopy full SHA for 34baf7e
1 file changed
tests.sh
@@ -28,7 +28,8 @@ fi
28
29
PLATFORM=${DOCKER_PLATFORM:-linux/amd64}
30
message " Build image "
31
-docker buildx build --output "type=image,push=false" --platform $PLATFORM --tag mendhak/http-https-echo:latest --file ./Dockerfile .
+# Set output type=docker so it goes into local images
32
+docker buildx build --output "type=docker,push=false" --platform $PLATFORM --tag mendhak/http-https-echo:latest --file ./Dockerfile .
33
34
mkdir -p testarea
35
pushd testarea
0 commit comments