fix: seccomp
Some checks failed
Build Astro / 🧪 Astro check (push) Successful in 1m18s
Build Astro / 🚢 Deploy (push) Failing after 1s

This commit is contained in:
ndsboy 2025-02-23 00:23:42 +00:00
parent 1cfc0a44e6
commit d00b773aa3

View file

@ -22,7 +22,8 @@ jobs:
name: 🚢 Deploy
runs-on: docker
container:
image: quay.io/buildah/stable:latest
image: gcr.io/kaniko-project/executor:latest
options: --security-opt seccomp=unconfined
if: github.ref == 'refs/heads/main'
needs: [check]
steps: