slack-exporter/.woodpecker/latest.yaml
2025-04-30 13:53:00 +02:00

13 lines
317 B
YAML

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