try with kaniko image
Some checks failed
docker-monica-build mr / build (push) Failing after 1s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
2023-07-30 20:50:12 +02:00
parent 3983f83797
commit 33b2ffe680

View File

@@ -33,6 +33,8 @@ jobs:
build: build:
# needs: Dockerfile lint # needs: Dockerfile lint
runs-on: k3s runs-on: k3s
container:
image: gcr.io/kaniko-project/executor:v1.9.0-debug
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Kaniko build - name: Kaniko build