We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a66bc6 commit 7d4a37cCopy full SHA for 7d4a37c
Makefile
@@ -16,7 +16,7 @@ test: vendor
16
.PHONY: build
17
build:
18
$(if $(PHP_VERSION),,$(error PHP_VERSION make variable needs to be set))
19
- docker buildx build --build-arg=PHP_VERSION=$(PHP_VERSION) -t $(PROJECT_NAME):$(PHP_VERSION) .
+ docker buildx build --load --build-arg=PHP_VERSION=$(PHP_VERSION) -t $(PROJECT_NAME):$(PHP_VERSION) .
20
21
.PHONY: lint
22
lint: build
0 commit comments