ci(pipeline): add pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-03 21:32:53 +01:00
parent fa6dd791cc
commit 0ffe7547d5

28
.woodpecker.yml Normal file
View file

@ -0,0 +1,28 @@
pipeline:
tests:
image: golang:1.18
commands:
- make test
build_push_latest_gitnet:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
registry: gitnet.fr
repo: gitnet.fr/${CI_REPO}
tags: latest
username:
from_secret: registry_user
password:
from_secret: registry_password
# build_push_latest_dhub:
# image: plugins/docker
# secrets: [registry_user, registry_docker_password]
# settings:
# repo: ${CI_REPO}
# tags: latest
# username:
# from_secret: registry_user
# password:
# from_secret: registry_docker_password