This commit is contained in:
parent
b9ad296b03
commit
81e23e07c7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
build-main:
|
||||
when:
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-docker-buildx:v2.1.0
|
||||
pull: true
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
|
@ -17,7 +17,7 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
exclude: [ "main" ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-docker-buildx:v2.1.0
|
||||
pull: true
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
|
|
Loading…
Reference in a new issue