.woodpecker.yml aktualisiert

This commit is contained in:
Phil 2025-04-02 20:09:30 +00:00
parent ec2ecf98e5
commit 9cf770b7a8

View file

@ -1,12 +1,11 @@
steps: steps:
- name: Publish - name: Publish
image: woodpeckerci/plugin-docker-buildx:3 image: woodpeckerci/plugin-docker-buildx
privileged: true privileged: true
settings: settings:
platforms: linux/amd64 repo: git.hackmi.ch/hackmi.ch/services
repo: git.hackmi.ch/hackmi.ch/services platforms: linux/amd64
registry: git.hackmi.ch tag: latest
tags: latest
username: username:
from_secret: reg-user from_secret: reg-user
password: password:
@ -14,7 +13,7 @@ steps:
services: services:
docker: docker:
image: docker:24-dind image: docker:dind
commands: commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376 - dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true privileged: true