fix: enable auto_tag for Woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #3
Co-authored-by: Tobias Schmidl <tobias@schmidl.dev>
Co-committed-by: Tobias Schmidl <tobias@schmidl.dev>
This commit is contained in:
Tobias Schmidl 2023-09-22 10:07:38 +02:00 committed by Tobias Schmidl
parent abcb01e3d1
commit f8912ef04f

View file

@ -13,6 +13,7 @@ steps:
image: woodpeckerci/plugin-docker-buildx
group: build
settings:
auto_tag: true
repo: *repo
registry: *registry
platforms: *platforms
@ -27,6 +28,7 @@ steps:
group: build
secrets: [docker_username, docker_password]
settings:
auto_tag: true
repo: *repo
registry: *registry
platforms: *platforms
@ -35,7 +37,7 @@ steps:
password:
from_secret: docker_password
when:
event: [push, tag]
event: push
branch: master
...