diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 3270cd20..33320f81 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -195,7 +195,7 @@ jobs: uses: http://git.missmoc.top/mocheng/build-push-action@v5 with: context: "${GITHUB_WORKSPACE}" - file: ${{ github.workspace }}/${{ matrix.service }}/Dockerfile + 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