diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 5e7891e..0904c5e 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -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: