Add a named tag
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Thomas Renger 2024-08-07 17:11:38 +02:00
parent cdffe5d7f8
commit 3dbdb9f0ed

View file

@ -4,6 +4,8 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: dentaku/postfix repo: dentaku/postfix
tag: latest tags:
- latest
- v0.0
auto-tag: true auto-tag: true
platforms: [linux/amd64, linux/arm64] platforms: [linux/amd64, linux/arm64]