Update .gitea/workflows/demo.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
379631d5d9
commit
9e47161130
@ -7,7 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||
options: --security-opt label=disable --security-opt seccomp=unconfined
|
||||
options:
|
||||
--security-opt label=disable
|
||||
--security-opt seccomp=unconfined
|
||||
--cap-add=SYS_ADMIN
|
||||
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!"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user