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,31 +1,26 @@
---
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: fetch - name: fetch
image: docker:git image: docker:git
commands: commands:
- git fetch --tags - git fetch --tags
- name: build
- name: build
image: plugins/docker image: plugins/docker
settings: settings:
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
repo: quay.io/xsteadfastx/govanityurls repo: harbor.service.wobcom.de/public/govanityurls
registry: quay.io registry: harbor.service.wobcom.de
services: services:
- name: docker - name: docker
image: docker:dind image: docker:dind
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
volumes: volumes:
- name: dockersock - name: dockersock
temp: {} temp: {}