chore: add drone file #1

Merged
valvin merged 17 commits from chore/drone into main 2022-11-28 21:19:27 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit d6cc06c370 - Show all commits

View File

@ -13,5 +13,3 @@ steps:
image: gcr.io/kaniko-project/executor:v1.7.0-debug
commands:
- echo \"init registry credentials\"
- mkdir -p /kaniko/.docker
- /kaniko/executor --context ${DRONE_WORKSPACE} --dockerfile ${DRONE_WORKSPACE}/Dockerfile --destination ${CI_REGISTRY_IMAGE}:${IMAGE_TAG}