13 lines
No EOL
294 B
YAML
13 lines
No EOL
294 B
YAML
steps:
|
|
- name: Publish
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
registry: git.hackmi.ch
|
|
repo: git.hackmi.ch/hackmi.ch/services
|
|
platforms: linux/amd64
|
|
tag: latest
|
|
username:
|
|
from_secret: reg-user
|
|
password:
|
|
from_secret: reg-pass |