Last active
August 6, 2022 00:53
-
-
Save flyotlin/53dcabfb4b3e2584f8dd95f819616d92 to your computer and use it in GitHub Desktop.
docker credential config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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