fix: docker auth format
This commit is contained in:
parent
f06990e7bc
commit
350539c3ac
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ cat <<EOF > "$DOCKER_CONFIG/config.json"
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"$GITHUB_SERVER_URL": {
|
"$GITHUB_SERVER_URL": {
|
||||||
"auth": "$INPUT_USERNAME:$INPUT_PASSWORD"
|
"username": "$INPUT_USERNAME",
|
||||||
|
"password": "$INPUT_PASSWORD"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue