ci: use woodpecker instead of drone
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-09 15:18:47 +03:00
parent 1d9e59564c
commit 635dc14aea
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
2 changed files with 10 additions and 21 deletions

View File

@ -1,21 +0,0 @@
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
event:
- push
steps:
- name: build-docker-image
image: plugins/docker
settings:
username:
from_secret: org_registry_username
password:
from_secret: org_registry_password
registry: ${ORG_REGISTRY}
repo: ${ORG_REGISTRY}/${DRONE_REPO}

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
when:
branch: main
event: push
pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: registry.pleshevski.ru/${CI_REPO}