Compare commits

...
2 Commits
Author SHA1 Message Date
khwezi 41538c6376 Merge pull request 'Using CI/CD version of kaniko docker image' (#38) from test into main
continuous-integration/drone Build is failing
Reviewed-on: #38
2026-03-08 12:01:19 +02:00
khwezi 1d3f833b92 Using CI/CD version of kaniko docker image 2026-03-08 12:01:01 +02:00
+1 -1
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: