14 lines
No EOL
343 B
YAML
14 lines
No EOL
343 B
YAML
steps:
|
|
- name: Publish
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
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 |