Update '.gitea/workflows/demo.yaml'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2023-07-21 02:19:06 +00:00
parent ceffa1c367
commit 7670884ea6

View File

@@ -6,9 +6,7 @@ jobs:
runs-on: ubuntu-latest
container:
privileged: true
image: registry.local/buildkit-wagnerca:stable-1-rootless
valid_volumes:
- '**'
image: registry.local/buildkit-wagnerca:stable-3-rootless
options: '-e DOCKER_HOST=unix:///run/user/1000/docker.sock -v /var/run/user/1000/docker.sock:/run/user/1000/docker.sock'
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."