fix: no kaniko
Some checks failed
Build Astro / 🧪 Astro check (push) Successful in 43s
Build Astro / 🚢 Deploy (push) Failing after 16s

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]