build: updated mount points

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2022-11-04 20:03:15 +01:00
parent 2dbc818eaa
commit 060553bc40
1 changed files with 5 additions and 9 deletions

View File

@ -191,16 +191,12 @@ fetch-remote:
paths:
- dest: "build/customize/bake"
src:
- "docs/guides/bake/**"
- dest: "build/building/drivers"
- "docs/manuals/bake/**"
- dest: "build/building"
src:
- "docs/guides/drivers/**"
- dest: "build/building/cache/backends"
src:
- "docs/guides/cache/**"
- dest: "build/building/exporters"
src:
- "docs/guides/exporters/**"
- "docs/manuals/drivers"
- "docs/manuals/cache"
- "docs/manuals/exporters"
- repo: "https://github.com/distribution/distribution"
default_branch: "main"