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: