更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Successful in 2m0s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m38s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 1m38s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m39s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 37s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 1m4s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Waiting to run
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Waiting to run
/ build-and-push-services (ruoyi-seata-server) (push) Waiting to run
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Waiting to run
/ build-and-push-services (ruoyi-snailjob-server) (push) Waiting to run
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Waiting to run
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Waiting to run
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Has been cancelled
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Has been cancelled

This commit is contained in:
bichangxiong 2025-08-14 15:50:05 +08:00
parent 9bf0fb3568
commit 8bbe92db4e

View File

@ -194,8 +194,8 @@ jobs:
- name: 构建并推送Docker镜像仅推送镜像不上传JAR - name: 构建并推送Docker镜像仅推送镜像不上传JAR
uses: http://git.missmoc.top/mocheng/build-push-action@v5 uses: http://git.missmoc.top/mocheng/build-push-action@v5
with: with:
context: "${GITHUB_WORKSPACE}" 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: 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/$(echo ${{ matrix.service }} | tr 'A-Z' 'a-z'):${{ github.sha }}
# tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:2.0.4 # tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:2.0.4