forked from Conjure-Tools/unity-runner
Add connectivity test before logging into the Docker registry
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m37s
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m37s
This commit is contained in:
parent
b789b9a0cb
commit
2cf28ee7cc
@ -51,7 +51,12 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Login to Gitea Docker Registry
|
- name: Test connectivity
|
||||||
|
run: |
|
||||||
|
echo "Testing connection to registry..."
|
||||||
|
time curl -v https://${{ env.DOCKER_REGISTRY_DOMAIN }}/v2/ || true
|
||||||
|
|
||||||
|
- name: Login to the Container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.DOCKER_REGISTRY_DOMAIN }}
|
registry: ${{ env.DOCKER_REGISTRY_DOMAIN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user