Compare commits
2 Commits
v3.6.7-nat
...
v3.6.9-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dc0e1f9d7 | ||
|
|
5cb44e596c |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user