ci: add check for mirror registry
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 1m53s
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 1m53s
This commit is contained in:
parent
330795d4ed
commit
d17b7bf999
@ -34,7 +34,9 @@ jobs:
|
|||||||
|
|
||||||
# Validate Docker Configuration
|
# Validate Docker Configuration
|
||||||
- name: Validate Docker Configuration
|
- name: Validate Docker Configuration
|
||||||
run: docker info | grep -i mirrors
|
run: |
|
||||||
|
cat /etc/docker/daemon.json
|
||||||
|
docker info | grep -i "Registry Mirrors"
|
||||||
|
|
||||||
# Set up Docker Buildx
|
# Set up Docker Buildx
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user