added security-opts
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
b0xxer 2025-04-17 08:32:13 -05:00
parent 45553fdb1e
commit e671a350b4

View File

@ -5,6 +5,9 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
image: docker.gitea.com/runner-images:ubuntu-latest
options: --security-opt label=disable --security-opt seccomp=unconfined
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!"