更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Successful in 2m6s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m8s
/ build-and-push-services (ruoyi-gateway) (push) Has been cancelled
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m31s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 30s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 49s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Has been cancelled
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Has been cancelled
/ build-and-push-services (ruoyi-seata-server) (push) Has been cancelled
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Has been cancelled
/ build-and-push-services (ruoyi-snailjob-server) (push) Has been cancelled
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Has been cancelled
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Has been cancelled
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Has been cancelled
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Has been cancelled

This commit is contained in:
bichangxiong 2025-08-14 14:01:00 +08:00
parent 0d6a1b268d
commit f5b011a869

View File

@ -198,7 +198,7 @@ jobs:
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
# tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:${{ github.sha }}
# tags: ${{ secrets.REGISTRY_URL }}/by2025/$(echo ${{ matrix.service }} | tr 'A-Z' 'a-z'):${{ github.sha }}
tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:${{ gitea.sha }}
tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:2.0.4
push: true
cache-from: type=gha
cache-to: type=gha,mode=max