fix: docker auth format

This commit is contained in:
ange 2025-10-21 19:06:30 +00:00
parent f06990e7bc
commit 350539c3ac
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D

View file

@ -20,7 +20,8 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
{
"auths": {
"$GITHUB_SERVER_URL": {
"auth": "$INPUT_USERNAME:$INPUT_PASSWORD"
"username": "$INPUT_USERNAME",
"password": "$INPUT_PASSWORD"
}
}
}