ci: use woodpeckerci/plugin-docker-buildx
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-02-21 18:48:22 +01:00
parent be806166b4
commit 82cd91641e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -8,8 +8,8 @@ steps:
"Docker build and push": "Docker build and push":
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
repo: gitnet.fr/deblan/woodpecker-email,deblan/woodpecker-email
settings: settings:
repo: gitnet.fr/deblan/woodpecker-email,deblan/woodpecker-email
logins: logins:
- registry: https://gitnet.fr - registry: https://gitnet.fr
username: username:
@ -21,7 +21,6 @@ steps:
from_secret: registry_user from_secret: registry_user
password: password:
from_secret: registry_docker_password from_secret: registry_docker_password
repo: gitnet.fr/${CI_REPO}
tags: test tags: test
# when: # when:
# branch: [master] # branch: [master]