mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
docker-login: remove \n from token
This commit is contained in:
@@ -20,7 +20,7 @@ cat <<DOCKER_CONF > ~/.docker/config.json
|
|||||||
{
|
{
|
||||||
"auths": {
|
"auths": {
|
||||||
"$registry": {
|
"$registry": {
|
||||||
"auth": "$(echo "$auth" | base64)"
|
"auth": "$(echo -n "$auth" | base64)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user