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

13 lines
311 B
YAML

steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
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]