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 43783a1 commit 73dc219Copy full SHA for 73dc219
Makefile
@@ -94,7 +94,7 @@ cross-build-container:
94
cross-release-container: cross-build-container
95
@docker buildx build --platform $(TARGETS) -t "$(IMAGE_NGINX)" --push --file ./Dockerfile.nginx --build-arg BASEIMAGE=$(NGINX_BASEIMAGE) .
96
@docker buildx build --platform $(TARGETS) -t "$(IMAGE_STATIC)" --push --file ./Dockerfile.static .
97
- @docker buildx build --platform $(TARGETS) -t "$(IMAGE)" --push --file ./Dockerfile.nginx BASEIMAGE=$(NGINX_BASEIMAGE) .
+ @docker buildx build --platform $(TARGETS) -t "$(IMAGE)" --push --file ./Dockerfile.nginx --build-arg BASEIMAGE=$(NGINX_BASEIMAGE) .
98
99
GITHUB_OWNER?=daocloud
100
GITHUB_REPO?=dao-2048
0 commit comments