1
0
Fork 0
forked from swablab/website

fix: no kaniko

This commit is contained in:
ndsboy 2025-02-23 00:25:59 +00:00
parent d00b773aa3
commit 2c90068506

View file

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