k8s runs
This commit is contained in:
parent
d71a1bab7a
commit
2ddd9cd653
|
@ -3,8 +3,8 @@ run-name: ${{ github.actor }} Gitea Actions 🚀🚀🚀
|
|||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
# branches:
|
||||
# - main
|
||||
branches:
|
||||
- main
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- v*
|
||||
|
@ -20,6 +20,10 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
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:
|
||||
# - name: 环境检测
|
||||
# run: |
|
||||
|
|
Loading…
Reference in New Issue