This commit is contained in:
Brian Zalewski 2023-12-06 07:13:21 +00:00
parent f7a3be9561
commit 17b868360b

View file

@ -2,6 +2,5 @@
"auths": { "auths": {
"https://index.docker.io/v1/": {} "https://index.docker.io/v1/": {}
}, },
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}", "credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}"
"currentContext": "desktop-linux"
} }