start.hackmi.ch/.woodpecker.yml
Phil 459a45243a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added CI/Dockerfile
2024-10-21 18:44:28 +02: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:24-dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true