修改一些内容2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m44s

This commit is contained in:
bamanker
2025-12-31 00:15:39 +08:00
parent 5cb44e596c
commit 8dc0e1f9d7

View File

@@ -21,9 +21,9 @@ env:
# 构建 Job
jobs:
build:
runs-on: ubuntu-22.04 # 如果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."