Skip to content

Commit 34baf7e

Browse files
committed
Create image in local docker images
1 parent ac350b9 commit 34baf7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ fi
2828

2929
PLATFORM=${DOCKER_PLATFORM:-linux/amd64}
3030
message " Build image "
31-
docker buildx build --output "type=image,push=false" --platform $PLATFORM --tag mendhak/http-https-echo:latest --file ./Dockerfile .
31+
# 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 .
3233

3334
mkdir -p testarea
3435
pushd testarea

0 commit comments

Comments
 (0)