Update '.gitea/workflows/demo.yaml'
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24s Details

master
nathan 2 years ago
parent e9564f89a7
commit cbb9365ce0

@ -5,9 +5,9 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
privileged: true
image: catthehacker/ubuntu:act-latest
options: '--privileged -e DOCKER_HOST=unix:///run/user/1000/docker.sock -v /var/run/user/1000/docker.sock:/run/user/1000/docker.sock'
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."
#- name: setup qemu

Loading…
Cancel
Save