12 lines
No EOL
283 B
YAML
12 lines
No EOL
283 B
YAML
steps:
|
|
- name: Publish
|
|
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 |