更新 .gitea/workflows/test.yaml

This commit is contained in:
youling 2024-04-04 11:50:30 +00:00
parent 23b15477be
commit 92632ea12d
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ on: [push]
jobs:
Explore-Gitea-Actions:
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
# container:
# image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
# volumes:
# - /var/run/user/1000/docker.sock:/var/run/docker.sock
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"