home/.woodpecker.yml
Renovate Bot 8c247a98e2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update woodpeckerci/plugin-docker-buildx Docker tag to v6
2025-05-02 18:00:50 +00:00

19 lines
No EOL
421 B
YAML

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