Switch from Drone CI to Woodpecker CI

This commit is contained in:
Marko Korhonen 2022-12-17 13:18:32 +02:00
parent eebd5d178e
commit b452d1698a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 10 additions and 13 deletions

View file

@ -1,13 +0,0 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: functionalhacker
password:
from_secret: docker_hub_password
repo: functionalhacker/gitea-asciidoc
tags: latest
pull_image: true

10
.woodpecker.yml Normal file
View file

@ -0,0 +1,10 @@
pipeline:
docker:
image: plugins/docker
settings:
username: functionalhacker
password:
from_secret: docker_hub_password
repo: functionalhacker/gitea-asciidoc
tags: latest
pull_image: true