Docker & CI

This commit is contained in:
Piotr Dec 2025-04-30 13:50:07 +02:00
parent bce46422fc
commit f2b2c05a29
No known key found for this signature in database
GPG key ID: D3B5A5D0150D147A
2 changed files with 17 additions and 3 deletions

13
.woodpecker/latest.yaml Normal file
View file

@ -0,0 +1,13 @@
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]