start.hackmi.ch/.woodpecker.yml
Renovate Bot dd3bae0c4b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update docker Docker tag to v28
2025-04-04 14:50:28 +00:00

19 lines
No EOL
422 B
YAML

steps:
- name: Publish
image: woodpeckerci/plugin-docker-buildx:3
settings:
platforms: linux/amd64
repo: git.hackmi.ch/hackmi.ch/start
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