debug(ci): registry check
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 19s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 19s
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -35,6 +35,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Debug Registry
|
||||||
|
run: |
|
||||||
|
echo "Registry is set to: $REGISTRY"
|
||||||
|
|
||||||
- name: Log in to Docker Registry
|
- name: Log in to Docker Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user