10 lines
229 B
YAML
10 lines
229 B
YAML
steps:
|
|
- name: publish
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/386,linux/amd64
|
|
repo: ${CI_REPO}
|
|
registry: git.unbind.ru
|
|
tags: latest
|
|
when:
|
|
event: [tag, push] |