fix: no kaniko
This commit is contained in:
parent
d00b773aa3
commit
2c90068506
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
name: 🚢 Deploy
|
name: 🚢 Deploy
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: gcr.io/kaniko-project/executor:latest
|
image: quay.io/buildah/stable:latest
|
||||||
options: --security-opt seccomp=unconfined
|
options: --security-opt seccomp=unconfined
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
needs: [check]
|
needs: [check]
|
||||||
|
|
Loading…
Add table
Reference in a new issue