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