diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 33320f81..cf53dcee 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -194,8 +194,8 @@ jobs: - name: 构建并推送Docker镜像(仅推送镜像,不上传JAR) uses: http://git.missmoc.top/mocheng/build-push-action@v5 with: - context: "${GITHUB_WORKSPACE}" - file: ${GITHUB_WORKSPACE}/${{ matrix.service }}/Dockerfile + context: "${{ github.workspace }}" + file: ${{ github.workspace }}/${{ matrix.service }}/Dockerfile tags: 172.100.10.45:3000/by2025/smartparks/${{ matrix.service }}:latest # tags: ${{ secrets.REGISTRY_URL }}/by2025/$(echo ${{ matrix.service }} | tr 'A-Z' 'a-z'):${{ github.sha }} # tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:2.0.4