Skip to content

Commit 7d4a37c

Browse files
committed
load image from buildx when running tests
1 parent 3a66bc6 commit 7d4a37c

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
@@ -16,7 +16,7 @@ test: vendor
1616
.PHONY: build
1717
build:
1818
$(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) .
19+
docker buildx build --load --build-arg=PHP_VERSION=$(PHP_VERSION) -t $(PROJECT_NAME):$(PHP_VERSION) .
2020

2121
.PHONY: lint
2222
lint: build

0 commit comments

Comments
 (0)