Compare commits

...

2 Commits

Author SHA1 Message Date
41538c6376 Merge pull request 'Using CI/CD version of kaniko docker image' (#38) from test into main
Some checks failed
continuous-integration/drone Build is failing
Reviewed-on: #38
2026-03-08 12:01:19 +02:00
1d3f833b92 Using CI/CD version of kaniko docker image 2026-03-08 12:01:01 +02:00

View File

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