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