Compare commits

...

2 Commits

Author SHA1 Message Date
bamanker
8dc0e1f9d7 修改一些内容2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m44s
2025-12-31 00:15:39 +08:00
bamanker
5cb44e596c 修改一些内容1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 7m17s
2025-12-30 23:03:37 +08:00

View File

@@ -21,9 +21,9 @@ env:
# 构建 Job
jobs:
build:
runs-on: ubuntu-act # 如果host构建 linux_amd64
container:
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest
runs-on: ubuntu-node24 # 如果host构建 linux_amd64
# container:
# image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Print system info 1
run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."