We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e42fa commit 1590e6fCopy full SHA for 1590e6f
1 file changed
.github/workflows/debug-docker-credentials.yml
@@ -28,5 +28,7 @@ jobs:
28
29
echo "Login successful. Fetching user info..."
30
USER_INFO=$(curl -s -H "Authorization: Bearer $JWT" https://hub.docker.com/v2/user/)
31
+ echo "Raw response:"
32
+ echo "$USER_INFO" | jq .
33
echo "Docker Hub account info:"
34
echo "$USER_INFO" | jq '{username: .username, full_name: .full_name, email: .email, company: .company, date_joined: .date_joined}'
0 commit comments