cicd
Some checks failed
/ build-and-push (ruoyi-auth) (push) Failing after 1m14s
/ build-and-push (ruoyi-gateway) (push) Failing after 5s
/ build-and-push (ruoyi-modules/Property) (push) Failing after 4s
/ build-and-push (ruoyi-modules/Sis) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-gen) (push) Failing after 33s
/ build-and-push (ruoyi-modules/ruoyi-job) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-resource) (push) Failing after 33s
/ build-and-push (ruoyi-modules/ruoyi-system) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-workflow) (push) Failing after 1m14s
/ build-and-push (ruoyi-seata-server) (push) Failing after 33s
/ build-and-push (ruoyi-sentinel-dashboard) (push) Failing after 34s
/ build-and-push (ruoyi-snailjob-server) (push) Failing after 3s
/ build-and-push (ruoyi-visual/ruoyi-monitor) (push) Failing after 34s
/ build-and-push (ruoyi-visual/ruoyi-nacos) (push) Failing after 1m4s
Some checks failed
/ build-and-push (ruoyi-auth) (push) Failing after 1m14s
/ build-and-push (ruoyi-gateway) (push) Failing after 5s
/ build-and-push (ruoyi-modules/Property) (push) Failing after 4s
/ build-and-push (ruoyi-modules/Sis) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-gen) (push) Failing after 33s
/ build-and-push (ruoyi-modules/ruoyi-job) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-resource) (push) Failing after 33s
/ build-and-push (ruoyi-modules/ruoyi-system) (push) Failing after 34s
/ build-and-push (ruoyi-modules/ruoyi-workflow) (push) Failing after 1m14s
/ build-and-push (ruoyi-seata-server) (push) Failing after 33s
/ build-and-push (ruoyi-sentinel-dashboard) (push) Failing after 34s
/ build-and-push (ruoyi-snailjob-server) (push) Failing after 3s
/ build-and-push (ruoyi-visual/ruoyi-monitor) (push) Failing after 34s
/ build-and-push (ruoyi-visual/ruoyi-nacos) (push) Failing after 1m4s
This commit is contained in:
parent
f4706ad097
commit
e41944c908
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- [master] # 替换为要监听的分支
|
- master # 替换为要监听的分支
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@ -63,4 +63,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
|
file: ${{ steps.dockerfile-path.outputs.dockerfile_path }}
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:${{ github.sha }}
|
tags: ${{ secrets.REGISTRY_URL }}/by2025/${{ matrix.service }}:${{ github.sha }}
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
Reference in New Issue
Block a user