fix: seccomp
This commit is contained in:
parent
1cfc0a44e6
commit
d00b773aa3
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ jobs:
|
||||||
name: 🚢 Deploy
|
name: 🚢 Deploy
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
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'
|
if: github.ref == 'refs/heads/main'
|
||||||
needs: [check]
|
needs: [check]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue