govanityurls/.drone.yml
Marvin Preuss dbffca57b9
Some checks reported errors
continuous-integration/drone/push Build was killed
ci: change pipeline type to kubernetes
2022-01-27 13:39:03 +01:00

28 lines
517 B
YAML

kind: pipeline
name: default
type: kubernetes
steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: harbor.service.wobcom.de/public/govanityurls
registry: harbor.service.wobcom.de
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}