From 450ac1529a981c22908ef9833ba3c5a96b3fa59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E6=98=93=E6=B3=BD?= <15837994614@163.com> Date: Sat, 7 Aug 2021 01:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC16=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3f9a73d..7e8a184 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,9 @@ jobs: # 登陆到我们自己的 docker registry - name: Login to aliyun docker image registry run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login --username=shuangguanyize registry.cn-hangzhou.aliyuncs.com --password-stdin + - name: docker tag to aliyun docker image registry + run: docker tag demo_actions:0.1 registry.cn-hangzhou.aliyuncs.com/yvam0910/demo_actions:0.1 # 上传 docker 镜像 - name: Push image to aliyun docker image registry - run: docker push + run: docker push registry.cn-hangzhou.aliyuncs.com/yvam0910/demo_actions:0.1 \ No newline at end of file