Skip to content

Commit dd6f13c

Browse files
committed
chore: fix docker build
1 parent eec5513 commit dd6f13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ blob-darwin:
108108

109109
.PHONY: container
110110
container: blob
111-
docker build -t $(IMAGE_TAG) -f ./pkg/blobplugin/dev.Dockerfile .
111+
docker build -t $(IMAGE_TAG) --output=type=docker -f ./pkg/blobplugin/dev.Dockerfile .
112112

113113
.PHONY: container-linux
114114
container-linux:

0 commit comments

Comments
 (0)