更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Successful in 2m4s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m3s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 1m2s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m30s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 32s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 48s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 1m3s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 54s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 1m4s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 54s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 22s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 21s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Has been cancelled
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Has been cancelled
Some checks failed
/ build-parent-pom (push) Successful in 2m4s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m3s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 1m2s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m30s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 32s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 48s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 1m3s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 54s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 1m4s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 54s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 22s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 21s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Has been cancelled
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Has been cancelled
This commit is contained in:
parent
87b641138d
commit
9bf0fb3568
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user