From 41dd09f5362dac02d648129f1e8663c9e9ecc977 Mon Sep 17 00:00:00 2001 From: Hzbb Date: Sun, 27 Oct 2024 15:21:16 +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 6cbdae0..a669f04 100644 --- a/.gitea/workflows/java-ci.yaml +++ b/.gitea/workflows/java-ci.yaml @@ -28,4 +28,4 @@ jobs: - name: Push image run: | docker login -u ${{ vars.HARBOR_REGISTRY_USER }} -p ${{ vars.HARBOR_REGISTRY_PASSWORD }} ${{ vars.HARBOR_REGISTRY_URL }} - docker build -t ${{ 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 }} \ No newline at end of file