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

This commit is contained in:
Simon Vieille 2023-01-03 12:07:14 +01:00
parent 497c576522
commit 96c93d0ff6

31
.woodpecker.yml Normal file
View file

@ -0,0 +1,31 @@
matrix:
PHP_VERSION:
- 7.1
- 7.3
- 7.4
- 8.0
- 8.1
pipeline:
build_gitnet:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
registry: gitnet.fr
repo: ${CI_REPO/docker-/}
tags: ${PHP_VERSION}
build_hub:
image: plugins/docker
secrets: [registry_user, registry_docker_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_docker_password
repo: ${CI_REPO/docker-/}
tags: ${PHP_VERSION}