Using CI/CD version of kaniko docker image
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user