From 32eafe9370f25803e3b581e6df0b0fe4925ac40f Mon Sep 17 00:00:00 2001 From: Hzbb Date: Sun, 27 Oct 2024 15:23:09 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/java-ci.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/java-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/java-ci.yaml b/.gitea/workflows/java-ci.yaml index a1a864e..212e41f 100644 --- a/.gitea/workflows/java-ci.yaml +++ b/.gitea/workflows/java-ci.yaml @@ -30,7 +30,7 @@ jobs: docker login -u ${{ vars.HARBOR_REGISTRY_USER }} -p ${{ vars.HARBOR_REGISTRY_PASSWORD }} ${{ vars.HARBOR_REGISTRY_URL }} docker push ${{ vars.HARBOR_REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.ref_name }} - - name: echo info + - name: echo info run: | echo "${{ gitea.repository }} 发布已完成!" echo "镜像地址:${{ vars.HARBOR_REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.ref_name }} " \ No newline at end of file