services/.woodpecker.yml
Phil ec2ecf98e5
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
.woodpecker.yml aktualisiert
2025-02-02 13:14:23 +00:00

20 lines
No EOL
445 B
YAML

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