File tree Expand file tree Collapse file tree 1 file changed +48
-22
lines changed Expand file tree Collapse file tree 1 file changed +48
-22
lines changed Original file line number Diff line number Diff line change 11area/api :
2- - registry/api
3- - registry/handlers
2+ - changed-files :
3+ - any-glob-to-any-file :
4+ - registry/api/**
5+ - registry/handlers/**
46area/auth :
5- - registry/auth
7+ - changed-files :
8+ - any-glob-to-any-file :
9+ - registry/auth/**
610area/build :
7- - Makefile
8- - Dockerfile
9- - docker-bake.hcl
10- - dockerfiles/**/*
11+ - changed-files :
12+ - any-glob-to-any-file :
13+ - Makefile
14+ - Dockerfile
15+ - docker-bake.hcl
16+ - dockerfiles/**
1117area/cache :
12- - registry/storage/cache
18+ - changed-files :
19+ - any-glob-to-any-file :
20+ - registry/storage/cache/**
1321area/ci :
14- - .github/**/*
15- - tests
16- - testutil
22+ - changed-files :
23+ - any-glob-to-any-file :
24+ - .github/**
25+ - tests/**
26+ - testutil/**
1727area/config :
18- - configuration
28+ - changed-files :
29+ - any-glob-to-any-file :
30+ - configuration/**
1931area/docs :
20- - README.md
21- - docs/**/*.md
32+ - changed-files :
33+ - any-glob-to-any-file :
34+ - README.md
35+ - docs/**/*.md
2236area/proxy :
23- - registry/proxy
37+ - changed-files :
38+ - any-glob-to-any-file :
39+ - registry/proxy/**
2440area/storage :
25- - registry/storage
41+ - changed-files :
42+ - any-glob-to-any-file :
43+ - registry/storage/**
2644area/storage/azure :
27- - registry/storage/azure
45+ - changed-files :
46+ - any-glob-to-any-file :
47+ - registry/storage/driver/azure/**
2848area/storage/gcs :
29- - registry/storage/gcs
49+ - changed-files :
50+ - any-glob-to-any-file :
51+ - registry/storage/driver/gcs/**
3052area/storage/s3 :
31- - registry/storage/s3-aws
53+ - changed-files :
54+ - any-glob-to-any-file :
55+ - registry/storage/driver/s3-aws/**
3256dependencies :
33- - vendor/**/*
34- - go.mod
35- - go.sum
57+ - changed-files :
58+ - any-glob-to-any-file :
59+ - vendor/**
60+ - go.mod
61+ - go.sum
You can’t perform that action at this time.
0 commit comments