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
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue