Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 14s
This commit is contained in:
@@ -6,8 +6,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
volumes:
|
||||
- /run/user/1000:/var/run
|
||||
valid_volumes:
|
||||
- /run/user/1000/docker.sock
|
||||
options: '-e DOCKER_HOST=unix:///run/user/1001/docker.sock -v /run/user/1001/docker.sock:/run/user/1001/docker.sock'
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
#- name: setup qemu
|
||||
|
||||
Reference in New Issue
Block a user