2024-01-16 14:07:24 +00:00
|
|
|
area/api:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/api/**/*
|
|
|
|
- registry/handlers/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/auth:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/auth/**/*
|
2023-12-20 14:09:19 +00:00
|
|
|
area/build:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- Makefile
|
|
|
|
- Dockerfile
|
|
|
|
- docker-bake.hcl
|
|
|
|
- dockerfiles/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/cache:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/storage/cache/**/*
|
2023-12-20 14:09:19 +00:00
|
|
|
area/ci:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- .github/**/*
|
|
|
|
- tests/**/*
|
|
|
|
- testutil/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/config:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- configuration/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/docs:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- README.md
|
|
|
|
- docs/**/*.md
|
2024-01-16 14:07:24 +00:00
|
|
|
area/proxy:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/proxy/**/*
|
2023-12-20 14:09:19 +00:00
|
|
|
area/storage:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/storage/**/*
|
2023-12-20 14:09:19 +00:00
|
|
|
area/storage/azure:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/storage/driver/azure/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/storage/gcs:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/storage/driver/gcs/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
area/storage/s3:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- registry/storage/driver/s3-aws/**/*
|
2024-01-16 14:07:24 +00:00
|
|
|
dependencies:
|
2024-01-16 15:22:02 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- vendor/**/*
|
|
|
|
- go.mod
|
|
|
|
- go.sum
|