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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8743f4  modify image name (#283)
d8743f4 is described below

commit d8743f446b8057aa884bcf36d1bd0a0b551e1318
Author: kv <[email protected]>
AuthorDate: Mon Jun 29 13:51:08 2020 +0800

    modify image name (#283)
---
 .github/workflows/api_cd.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/api_cd.yml b/.github/workflows/api_cd.yml
index 98ce3bc..9948b4c 100644
--- a/.github/workflows/api_cd.yml
+++ b/.github/workflows/api_cd.yml
@@ -19,5 +19,5 @@ jobs:
     
     - run: |
         cd ./api
-        docker build . -t apisixacr.azurecr.cn/manager-api:${{ github.sha }}
-        docker push apisixacr.azurecr.cn/manager-api:${{ github.sha }}
+        docker build . -t apisixacr.azurecr.cn/managerApi:${{ github.sha }}
+        docker push apisixacr.azurecr.cn/managerApi:${{ github.sha }}

Reply via email to