pipeline: build: image: woodpeckerci/plugin-docker-buildx when: branch: main event: [push] settings: platforms: linux/amd64 registry: https://git.mylloon.fr username: ${CI_REPO_OWNER} password: abc123 insecure: true repo: git.mylloon.fr/${CI_REPO,,} tag: "latest"