fix: enable auto_tag for Woodpecker
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
abcb01e3d1
commit
245de72aa5
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ steps:
|
|||
image: woodpeckerci/plugin-docker-buildx
|
||||
group: build
|
||||
settings:
|
||||
auto_tags: true
|
||||
repo: *repo
|
||||
registry: *registry
|
||||
platforms: *platforms
|
||||
|
@ -27,6 +28,7 @@ steps:
|
|||
group: build
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
auto_tags: 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
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue