From c6e9938227cc1ea3669fa6826cbfb1cc0239e653 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Aug 2024 19:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/pms.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/pms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pms.yaml b/.gitea/workflows/pms.yaml index ec65a18a..6509005f 100644 --- a/.gitea/workflows/pms.yaml +++ b/.gitea/workflows/pms.yaml @@ -48,7 +48,7 @@ jobs: uses: http://${{vars.DOMAIN}}:5678/docker/build-push-action@v6 with: push: true - context: ../../server + context: ./server dockerfile: Dockerfile #tags: ${{ vars.ALI_REGISTRY }}/${{ github.repository }}:${{ github.ref_name }} tags: ${{env.REMOTE_IMG_NAME}} #支持env变量