更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Successful in 2m4s
/ build-and-push-services (ruoyi-auth) (push) Failing after 59s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 58s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 2s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 30s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 50s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 46s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 49s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 1m19s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 53s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 21s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 22s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 23s
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Has been cancelled
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Has been cancelled

This commit is contained in:
bichangxiong 2025-08-14 14:18:44 +08:00
parent 7e36a04fae
commit 92adf7e010

View File

@ -196,7 +196,7 @@ jobs:
with:
context: "${GITHUB_WORKSPACE}"
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
tags: ${{ secrets.REGISTRY_URL }}by2025/${{ steps.fix-service-name.outputs.fixed_service_name }}:latest
tags: ${{ secrets.REGISTRY_URL }}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
push: true