actions-toolkit/__tests__/fixtures/docker-config-auths.json

9 lines
120 B
JSON
Raw Normal View History

{
"auths": {
"https://index.docker.io/v1/": {
"auth": "am9lam9lOmhlbGxv",
"email": "user@example.com"
}
}
}