pipeline: docker: image: woodpeckerci/plugin-docker-buildx settings: username: from_secret: registry_username password: from_secret: registry_password repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng registry: ${DOCKER_REGISTRY} mirror: https://${DOCKER_REGISTRY} tags: latest build_args: VERSION=dev when: branch: main event: - push - cron - tag