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 5 additions and 5 deletions
Showing only changes of commit a8541d97d8 - Show all commits

View File

@ -2,15 +2,15 @@
kind: pipeline
type: docker
name: default
environment:
CI_REGISTRY: "git.valvin.fr"
CI_REGISTRY_USER: "valvin"
CI_REGISTRY_IMAGE: "git.valvin.fr/valvin/gemini-agate-image"
IMAGE_TAG: "latest"
steps:
- name: build_image
image: gcr.io/kaniko-project/executor:v1.7.0-debug
environment:
CI_REGISTRY: git.valvin.fr
CI_REGISTRY_USER: valvin
CI_REGISTRY_IMAGE: git.valvin.fr/valvin/gemini-agate-image
IMAGE_TAG: latest
commands:
- echo "init registry credentials"
- mkdir -p /kaniko/.docker