mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-08 02:13:15 +08:00
Add verify docker prefix (#90)
* Add verify docker prefix * Update args * Fix the order
This commit is contained in:
5
.github/workflows/verify-pr.yml
vendored
5
.github/workflows/verify-pr.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
||||
- name: Verify mirror.txt
|
||||
run: |
|
||||
./hack/verify-fmt.sh mirror.txt || { echo "Please run './hack/fmt.sh mirror.txt'"; exit 1; }
|
||||
- name: Verify docker prefix
|
||||
run: |
|
||||
./hack/verify-docker-prefix.sh mirror.txt
|
||||
- name: Verify Image Exists
|
||||
run: |
|
||||
./hack/verify-image.sh https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}.patch
|
||||
./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