Skip to content

Commit 43783a1

Browse files
committed
fix-build-bugush
1 parent bc8acc4 commit 43783a1

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
@@ -94,7 +94,7 @@ cross-build-container:
9494
cross-release-container: cross-build-container
9595
@docker buildx build --platform $(TARGETS) -t "$(IMAGE_NGINX)" --push --file ./Dockerfile.nginx --build-arg BASEIMAGE=$(NGINX_BASEIMAGE) .
9696
@docker buildx build --platform $(TARGETS) -t "$(IMAGE_STATIC)" --push --file ./Dockerfile.static .
97-
@docker buildx build --platform $(TARGETS) -t "$(IMAGE)" --push --file ./Dockerfile.nginx .
97+
@docker buildx build --platform $(TARGETS) -t "$(IMAGE)" --push --file ./Dockerfile.nginx BASEIMAGE=$(NGINX_BASEIMAGE) .
9898

9999
GITHUB_OWNER?=daocloud
100100
GITHUB_REPO?=dao-2048

0 commit comments

Comments
 (0)