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 2 additions and 1 deletions
Showing only changes of commit b0dc9f19aa - Show all commits

View File

@ -15,4 +15,5 @@ steps:
- echo "init registry credentials" - echo "init registry credentials"
- echo $DRONE_WORKSPACE - echo $DRONE_WORKSPACE
- mkdir -p /kanico/.docker - mkdir -p /kanico/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $DRONE_WORKSPACE --dockerfile Dockerfile --destination $CI_REGISTRY_IMAGE:$IMAGE_TAG