2024-04-06 19:42:51 +00:00
|
|
|
steps:
|
2024-04-06 19:49:34 +00:00
|
|
|
- name: Publish
|
2024-04-06 19:46:30 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
platforms: linux/amd64
|
|
|
|
repo: git.hackmi.ch/hackmi.ch/home
|
|
|
|
registry: git.hackmi.ch
|
|
|
|
tags: latest
|
|
|
|
username:
|
|
|
|
from_secret: reg-user
|
|
|
|
password:
|
|
|
|
from_secret: reg-pass
|