ci: sets new image location
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marvin Preuss 2022-01-27 13:10:16 +01:00
parent 3ddacd542a
commit e92e2ff5c9

View File

@ -1,13 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: build
image: plugins/docker
settings:
@ -15,9 +12,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
repo: quay.io/xsteadfastx/govanityurls
registry: quay.io
repo: harbor.service.wobcom.de/public/govanityurls
registry: harbor.service.wobcom.de
services:
- name: docker
image: docker:dind
@ -25,7 +21,6 @@ services:
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}