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: harbor.service.wobcom.de/public/govanityurls
repo: quay.io/xsteadfastx/govanityurls registry: harbor.service.wobcom.de
registry: quay.io
services: services:
- name: docker - name: docker
image: docker:dind image: docker:dind
privileged: true privileged: true
volumes: volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock - name: dockersock
temp: {} path: /var/run
volumes:
- name: dockersock
temp: {}