Fix ci workflow trigger
This commit is contained in:
parent
6cc452dc9f
commit
85074bb5b4
|
@ -1,3 +1,4 @@
|
||||||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/pipeline/frontend/yaml/linter/schema/schema.json
|
||||||
steps:
|
steps:
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -14,5 +15,5 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
when:
|
when:
|
||||||
event: [push, manual]
|
- event: [push, manual]
|
||||||
branch: main
|
branch: main
|
Loading…
Reference in New Issue