From 44ea666556a9df291ef4c4b7d9c8f94f6a2933e8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jul 2024 23:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/main.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index cd434ff..b15fa8a 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -11,11 +11,11 @@ jobs: runs-on: runner env: HOST_PORT: 8080 - REGISTRY: "${{ vars.ALI_REGISTRY }}" - REPO: "${{ vars.ALI_REPO }}" + # REGISTRY: "${{ vars.ALI_REGISTRY }}" + # REPO: "${{ vars.ALI_REPO }}" CTN_NAME: "ctn-pms-demo" IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}" - REMOTE_IMG_NAME: "$REGISTRY/$REPO/${{ github.repository }}:${{ github.ref_name }}" + REMOTE_IMG_NAME: "${{ vars.ALI_REGISTRY }}/${{ vars.ALI_REPO }}/${{ github.repository }}:${{ github.ref_name }}" steps: - name: install nodejs&golang and set proxy run: |