ci: use woodpecker instead of drone
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1d9e59564c
commit
635dc14aea
2 changed files with 10 additions and 21 deletions
21
.drone.yml
21
.drone.yml
|
@ -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
10
.woodpecker.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
event: push
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build-docker-image:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: registry.pleshevski.ru/${CI_REPO}
|
||||||
|
|
Reference in a new issue