Added DIND

This commit is contained in:
Phil 2024-04-06 22:14:34 +02:00
parent e089701c0b
commit d5f51b0f0b

View file

@ -1,8 +1,8 @@
steps:
- name: Publish
image: woodpeckerci/plugin-docker-buildx
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DOCKER_HOST=tcp://docker:2376
settings:
platforms: linux/amd64
repo: git.hackmi.ch/hackmi.ch/home
@ -12,3 +12,10 @@ steps:
from_secret: reg-user
password:
from_secret: reg-pass
services:
docker:
image: docker:25.0-dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true