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
Some checks failed
continuous-integration/drone Build is failing
Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user