chore: add drone file #1
|
@ -12,6 +12,6 @@ steps:
|
||||||
- name: build_image
|
- name: build_image
|
||||||
image: gcr.io/kaniko-project/executor:v1.7.0-debug
|
image: gcr.io/kaniko-project/executor:v1.7.0-debug
|
||||||
commands:
|
commands:
|
||||||
- echo "init registry credentials"
|
- echo \"init registry credentials\"
|
||||||
- mkdir -p /kaniko/.docker
|
- mkdir -p /kaniko/.docker
|
||||||
- /kaniko/executor --context ${DRONE_WORKSPACE} --dockerfile ${DRONE_WORKSPACE}/Dockerfile --destination ${CI_REGISTRY_IMAGE}:${IMAGE_TAG}
|
- /kaniko/executor --context ${DRONE_WORKSPACE} --dockerfile ${DRONE_WORKSPACE}/Dockerfile --destination ${CI_REGISTRY_IMAGE}:${IMAGE_TAG}
|
Loading…
Reference in New Issue