Skip to content

Instantly share code, notes, and snippets.

@flyotlin
Last active August 6, 2022 00:53
Show Gist options
  • Save flyotlin/53dcabfb4b3e2584f8dd95f819616d92 to your computer and use it in GitHub Desktop.
Save flyotlin/53dcabfb4b3e2584f8dd95f819616d92 to your computer and use it in GitHub Desktop.
docker credential config
{
"auths": {
"registry.gitlab.com": {
"auth": "base64 encode `username:password`"
}
},
"credsStore": "desktop"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment