debug(ci): registry check
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 19s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 09:49:44 +00:00
parent 5b5dae998c
commit 7c8ebc4bcd

View File

@@ -35,6 +35,10 @@ jobs:
fi
shell: bash
- name: Debug Registry
run: |
echo "Registry is set to: $REGISTRY"
- name: Log in to Docker Registry
uses: docker/login-action@v2
with: