add docker pull
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-03-31 17:10:37 +02:00
parent f45369614a
commit 8e160967f7
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -8,6 +8,7 @@ steps:
image: docker:dind
secrets: [registry_user, registry_password]
commands:
- docker pull polinux/mkdocs
- echo "$REGISTRY_PASSWORD" | docker login -u "$REGISTRY_USER" --password-stdin gitnet.fr
- docker build -t "gitnet.fr/deblan/mkdocs" .
- docker push "gitnet.fr/deblan/mkdocs"