diff --git a/.woodpecker.yml b/.woodpecker.yml index 17f2335..cbc9b0b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,21 +11,23 @@ pipeline: image: plugins/docker secrets: [registry_user, registry_password] settings: + registry: gitnet.fr + dockerfile: ./Dockerfile.php${PHP_VERSION} + repo: ${CI_REPO/docker-/} + tags: ${PHP_VERSION} 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: + dockerfile: ./Dockerfile.php${PHP_VERSION} + repo: ${CI_REPO/docker-/} + tags: ${PHP_VERSION} username: from_secret: registry_user password: from_secret: registry_docker_password - repo: ${CI_REPO/docker-/} - tags: ${PHP_VERSION}