更新 .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
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:
parent
9bf0fb3568
commit
8bbe92db4e
@ -194,8 +194,8 @@ jobs:
|
||||
- name: 构建并推送Docker镜像(仅推送镜像,不上传JAR)
|
||||
uses: http://git.missmoc.top/mocheng/build-push-action@v5
|
||||
with:
|
||||
context: "${GITHUB_WORKSPACE}"
|
||||
file: ${GITHUB_WORKSPACE}/${{ matrix.service }}/Dockerfile
|
||||
context: "${{ github.workspace }}"
|
||||
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