ci(docker-build): fix `dockerfile_path`
This commit is contained in:
parent
820faaca3c
commit
265b36f088
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
- &buildx woodpeckerci/plugin-docker-buildx:2.0.0
|
||||
- &platforms linux/amd64
|
||||
- &dockerfile_path ${dockerfile_path}
|
||||
- &dockerfile_path .woodpecker/docker/
|
||||
- &when_path .woodpecker/docker-build.yml
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue