migrate CI to forgejo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillaume "B.B." Van Hemmen 2023-04-23 17:44:17 +02:00
parent b4068cf438
commit 9eb1b24f01
Signed by: GuillaumeHemmen
GPG key ID: B8E1FE9F2D965716

View file

@ -1,7 +1,7 @@
pipeline: pipeline:
docker-master: docker-master:
group: docker # group: docker
image: docker:stable image: plugins/docker
# environment: # environment:
# - DOCKER_HOST=tcp://docker:2375 # - DOCKER_HOST=tcp://docker:2375
commands: commands:
@ -11,7 +11,7 @@ pipeline:
- push - push
branch: 'master' branch: 'master'
services: #services:
docker: # docker:
image: docker:dind # image: docker:dind
# commands: [ "--storage-driver=vfs", "--tls=false" ] ## commands: [ "--storage-driver=vfs", "--tls=false" ]