migrate CI to forgejo

This commit is contained in:
Guillaume "B.B." Van Hemmen 2023-04-23 17:15:35 +02:00
parent 32fc79baf3
commit 5d5cd7d3b1
Signed by: GuillaumeHemmen
GPG key ID: B8E1FE9F2D965716
2 changed files with 18 additions and 0 deletions

18
.woodpecker.yml Normal file
View file

@ -0,0 +1,18 @@
pipeline:
docker-master:
group: docker
image: docker:stable
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- docker --tls=false ps
when:
event:
- push
branch: 'master'
services:
docker:
image: docker:dind
command: [ "--storage-driver=vfs", "--tls=false" ]
privileged: true