ci(build-docker): fix `when_path` string
This commit is contained in:
parent
e332d6a98a
commit
6ed6ae8acd
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
|
||||
- &platforms linux/amd64
|
||||
- &when_path .woodpecker/docker-build.yml
|
||||
- &when_path ".woodpecker/docker-build.yml"
|
||||
|
||||
matrix:
|
||||
DOCKERFILE:
|
||||
|
|
Loading…
Reference in New Issue