ci: from drone to woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marvin Preuss 2022-01-31 12:05:02 +01:00
parent dbffca57b9
commit 9093028184
2 changed files with 11 additions and 27 deletions

View File

@ -1,27 +0,0 @@
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: {}

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
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
tags: latest