Merge pull request #16090 from dvdksn/update-buildx-mount-points

build: updated mount points
This commit is contained in:
CrazyMax 2022-11-05 10:13:31 +01:00 committed by GitHub
commit 2e732e27da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"