try to make linter happy
This commit is contained in:
parent
7e04cf2b8e
commit
38b4e11d1b
1 changed files with 5 additions and 9 deletions
|
@ -14,8 +14,8 @@ steps:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
branch:
|
- branch: main
|
||||||
- main
|
event: push
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -32,10 +32,6 @@ steps:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
branch:
|
- branch:
|
||||||
exclude:
|
exclude: main
|
||||||
- main
|
event: push
|
||||||
when:
|
|
||||||
event:
|
|
||||||
include:
|
|
||||||
- push
|
|
Loading…
Reference in a new issue