Using CI/CD version of kaniko docker image

This commit is contained in:
2026-03-08 12:01:01 +02:00
parent f77157498a
commit 1d3f833b92

View File

@@ -30,7 +30,7 @@ steps:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- name: build and push
image: gcr.io/kaniko-project/executor:latest
image: gcr.io/kaniko-project/executor:debug
environment:
DOCKER_CONFIG: /drone/src/.docker
commands: