This commit is contained in:
千里走单骑 2024-04-03 01:45:27 +08:00
parent d71a1bab7a
commit 2ddd9cd653
1 changed files with 6 additions and 2 deletions

View File

@ -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: |