13 lines
325 B
YAML
13 lines
325 B
YAML
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: git.ztsh.eu/stawros/slack-exporter
|
|
registry: git.ztsh.eu
|
|
tags: latest
|
|
username: stawros
|
|
password:
|
|
from_secret: git_pat
|
|
when:
|
|
- event: [tag, push, manual]
|