.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:
- 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
- name: Publish
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
repo: git.hackmi.ch/hackmi.ch/services
platforms: linux/amd64
tag: latest
username:
from_secret: reg-user
password:
@ -14,7 +13,7 @@ steps:
services:
docker:
image: docker:24-dind
image: docker:dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true