fix: enable auto_tag for Woodpecker #3

Merged
schtobia merged 1 commit from woodpecker/auto_tags into master 2023-09-22 10:07:39 +02:00
Showing only changes of commit 71e3bad360 - Show all commits

View file

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