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
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
group: build
|
group: build
|
||||||
settings:
|
settings:
|
||||||
|
auto_tags: 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_tags: 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
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue