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