govanityurls/.drone.yml
Marvin Preuss e92e2ff5c9
Some checks failed
continuous-integration/drone/push Build is failing
ci: sets new image location
2022-01-27 13:10:16 +01:00

27 lines
500 B
YAML

kind: pipeline
name: default
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: {}