mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 20:34:46 +08:00
Update mirror (#733)
This commit is contained in:
13
.github/workflows/verify-pr.yml
vendored
13
.github/workflows/verify-pr.yml
vendored
@@ -40,18 +40,7 @@ jobs:
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt.sh mirror.txt` 对内容进行排序'
|
||||
exit 1
|
||||
}
|
||||
- name: Verify docker Prefix
|
||||
run: |
|
||||
./hack/verify-docker-prefix.sh mirror.txt || {
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请成对提交 `docker.io/*` 和 `docker.io/library/*` 形式的镜像'
|
||||
exit 1
|
||||
}
|
||||
- name: Verify k8s Prefix
|
||||
run: |
|
||||
./hack/verify-k8s-prefix.sh mirror.txt || {
|
||||
gh pr comment "${{ github.event.pull_request.number }}" --body '请使用 `registry.k8s.io/*` 替代 `k8s.gcr.io/*`'
|
||||
exit 1
|
||||
}
|
||||
|
||||
- name: Verify Image Exists
|
||||
run: |
|
||||
./hack/verify-image.sh mirror.txt https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}.patch || {
|
||||
|
Reference in New Issue
Block a user