From 7c8ebc4bcdfdd2fb1a0168c0dc35791e07e6e75a Mon Sep 17 00:00:00 2001 From: Aleksandr Tcitlionok <803797+terghalin@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:49:44 +0000 Subject: [PATCH] debug(ci): registry check --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 978a9db..4025f32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: