From 6ebaf619ee9787e0166da2ce0f34f6266645c0fb Mon Sep 17 00:00:00 2001 From: Hzbb Date: Sun, 27 Oct 2024 15:22:55 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/java-ci.yaml b/.gitea/workflows/java-ci.yaml index a669f04..a1a864e 100644 --- a/.gitea/workflows/java-ci.yaml +++ b/.gitea/workflows/java-ci.yaml @@ -28,4 +28,9 @@ jobs: - name: Push image run: | 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 }} \ No newline at end of file + docker push ${{ vars.HARBOR_REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.ref_name }} + + - name: echo info + run: | + echo "${{ gitea.repository }} 发布已完成!" + echo "镜像地址:${{ vars.HARBOR_REGISTRY_URL }}/${{ gitea.repository }}:${{ gitea.ref_name }} " \ No newline at end of file