k8s runs
This commit is contained in:
parent
d71a1bab7a
commit
2ddd9cd653
|
@ -3,8 +3,8 @@ run-name: ${{ github.actor }} Gitea Actions 🚀🚀🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Sequence of patterns matched against refs/heads
|
# Sequence of patterns matched against refs/heads
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
# Sequence of patterns matched against refs/tags
|
# Sequence of patterns matched against refs/tags
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
@ -20,6 +20,10 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/user/1000/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
# - name: 环境检测
|
# - name: 环境检测
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in New Issue