Compare commits
No commits in common. "eee549b3b2f9182ca054c4c429a21bb9bd95f873" and "30f78e475a9a40da32e37c54d219607669c582bd" have entirely different histories.
eee549b3b2
...
30f78e475a
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ steps:
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
# - linux/amd64
|
# - linux/amd64
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: main
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
@ -31,6 +31,6 @@ steps:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
exclude: master
|
exclude: main
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Add table
Reference in a new issue