home/.woodpecker.yml

19 lines
421 B
YAML
Raw Permalink Normal View History

2024-04-06 19:42:51 +00:00
steps:
2024-04-06 19:49:34 +00:00
- name: Publish
2024-04-06 21:38:53 +00:00
image: woodpeckerci/plugin-docker-buildx:3
2024-04-06 19:46:30 +00:00
settings:
platforms: linux/amd64
repo: git.hackmi.ch/hackmi.ch/home
registry: git.hackmi.ch
tags: latest
username:
from_secret: reg-user
password:
2024-04-06 20:14:34 +00:00
from_secret: reg-pass
services:
docker:
2024-04-06 21:41:25 +00:00
image: docker:24-dind
2024-04-06 20:14:34 +00:00
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true