Skip to content

Commit 1590e6f

Browse files
committed
dbug
1 parent 02e42fa commit 1590e6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/debug-docker-credentials.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
2929
echo "Login successful. Fetching user info..."
3030
USER_INFO=$(curl -s -H "Authorization: Bearer $JWT" https://hub.docker.com/v2/user/)
31+
echo "Raw response:"
32+
echo "$USER_INFO" | jq .
3133
echo "Docker Hub account info:"
3234
echo "$USER_INFO" | jq '{username: .username, full_name: .full_name, email: .email, company: .company, date_joined: .date_joined}'

0 commit comments

Comments
 (0)