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 20:09:10 +02:00
parent 9eb1b24f01
commit 2d892c8843
Signed by: GuillaumeHemmen
GPG key ID: B8E1FE9F2D965716

View file

@ -1,17 +1,20 @@
pipeline:
docker-master:
# group: docker
image: plugins/docker
# environment:
# - DOCKER_HOST=tcp://docker:2375
env-info:
image: ubuntu:latest
commands:
- docker ps
- printenv
docker-master:
image: plugins/docker
settings:
repo: tphoney/test
tags: latest
secret: id=mysecret,src=secret-file
username:
from_secret: docker_username
password:
from_secret: docker_password
when:
event:
- push
branch: 'master'
#services:
# docker:
# image: docker:dind
## commands: [ "--storage-driver=vfs", "--tls=false" ]