This is an automated email from the ASF dual-hosted git repository.
soulbird pushed a commit to branch test/relase_centos
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/test/relase_centos by this
push:
new b579995 release latest: centos to debian
b579995 is described below
commit b579995373a0f897c306af1b8c1a09fddd4735f2
Author: soulbird <[email protected]>
AuthorDate: Fri Sep 2 15:52:42 2022 +0800
release latest: centos to debian
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7a137f8..a4b0f9f 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ push-multiarch-on-latest:
$(ENV_DOCKER) buildx build --network=host --push \
-t $(IMAGE_NAME):latest \
--platform linux/amd64,linux/arm64 \
- -f ./centos/Dockerfile .
+ -f ./debian/Dockerfile .
@$(call func_echo_success_status, "$@ -> [ Done ]")