File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,32 +2,32 @@ area/api:
22 - changed-files :
33 - any-glob-to-any-file :
44 - registry/api/**
5- - registry/handlers/**/*
5+ - registry/handlers/**
66area/auth :
77 - changed-files :
88 - any-glob-to-any-file :
9- - registry/auth/**/*
9+ - registry/auth/**
1010area/build :
1111 - changed-files :
1212 - any-glob-to-any-file :
1313 - Makefile
1414 - Dockerfile
1515 - docker-bake.hcl
16- - dockerfiles/**/*
16+ - dockerfiles/**
1717area/cache :
1818 - changed-files :
1919 - any-glob-to-any-file :
20- - registry/storage/cache/**/*
20+ - registry/storage/cache/**
2121area/ci :
2222 - changed-files :
2323 - any-glob-to-any-file :
24- - .github/**/*
25- - tests/**/*
26- - testutil/**/*
24+ - .github/**
25+ - tests/**
26+ - testutil/**
2727area/config :
2828 - changed-files :
2929 - any-glob-to-any-file :
30- - configuration/**/*
30+ - configuration/**
3131area/docs :
3232 - changed-files :
3333 - any-glob-to-any-file :
@@ -36,26 +36,26 @@ area/docs:
3636area/proxy :
3737 - changed-files :
3838 - any-glob-to-any-file :
39- - registry/proxy/**/*
39+ - registry/proxy/**
4040area/storage :
4141 - changed-files :
4242 - any-glob-to-any-file :
43- - registry/storage/**/*
43+ - registry/storage/**
4444area/storage/azure :
4545 - changed-files :
4646 - any-glob-to-any-file :
47- - registry/storage/driver/azure/**/*
47+ - registry/storage/driver/azure/**
4848area/storage/gcs :
4949 - changed-files :
5050 - any-glob-to-any-file :
51- - registry/storage/driver/gcs/**/*
51+ - registry/storage/driver/gcs/**
5252area/storage/s3 :
5353 - changed-files :
5454 - any-glob-to-any-file :
55- - registry/storage/driver/s3-aws/**/*
55+ - registry/storage/driver/s3-aws/**
5656dependencies :
5757 - changed-files :
5858 - any-glob-to-any-file :
59- - vendor/**/*
59+ - vendor/**
6060 - go.mod
6161 - go.sum
You can’t perform that action at this time.
0 commit comments