You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/04/18 06:42:21 UTC

[apisix-docker] branch master updated: chore: typo error (#302)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cbf150  chore: typo error (#302)
7cbf150 is described below

commit 7cbf1502e7871f37b7ff5f8be9c3908f37a3d62d
Author: John Chever <ch...@gmail.com>
AuthorDate: Mon Apr 18 14:42:16 2022 +0800

    chore: typo error (#302)
---
 .github/workflows/dashboard_push_docker_hub.yaml | 2 +-
 Makefile                                         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/dashboard_push_docker_hub.yaml b/.github/workflows/dashboard_push_docker_hub.yaml
index 9f49a45..4d9a432 100644
--- a/.github/workflows/dashboard_push_docker_hub.yaml
+++ b/.github/workflows/dashboard_push_docker_hub.yaml
@@ -24,4 +24,4 @@ jobs:
 
       - name: Push apisix dashboard image to Docker Hub
         run: |
-          make push-multiarch-dashbaord
+          make push-multiarch-dashboard
diff --git a/Makefile b/Makefile
index f47567c..b7b9276 100644
--- a/Makefile
+++ b/Makefile
@@ -185,9 +185,9 @@ build-dashboard-alpine:
 	@$(call func_echo_success_status, "$@ -> [ Done ]")
 
 
-### push-multiarch-dashbaord : Build and push multiarch apache/dashboard:tag image
-.PHONY: push-multiarch-dashbaord
-push-multiarch-dashbaord:
+### push-multiarch-dashboard : Build and push multiarch apache/dashboard:tag image
+.PHONY: push-multiarch-dashboard
+push-multiarch-dashboard:
 	@$(call func_echo_status, "$@ -> [ Start ]")
 	$(ENV_DOCKER) buildx build --push \
 		-t $(APISIX_DASHBOARD_IMAGE_NAME):$(APISIX_DASHBOARD_VERSION)-alpine \