steps: - name: Publish image: woodpeckerci/plugin-docker-buildx privileged: true settings: registry: git.hackmi.ch repo: git.hackmi.ch/hackmi.ch/services platforms: linux/amd64 tag: latest username: from_secret: reg-user password: from_secret: reg-pass services: docker: image: docker:dind commands: - dockerd --tls=false --host=tcp://0.0.0.0:2376 privileged: true