ci(build): change docker file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-03 12:10:16 +01:00
parent 96c93d0ff6
commit 95c3d31385
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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}