docker-login: remove \n from token
This commit is contained in:
parent
d36bde09e3
commit
4d4b61e919
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ cat <<DOCKER_CONF > ~/.docker/config.json
|
||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"$registry": {
|
"$registry": {
|
||||||
"auth": "$(echo "$auth" | base64)"
|
"auth": "$(echo -n "$auth" | base64)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue