Skip to content

Instantly share code, notes, and snippets.

@mislav
mislav / config.json
Last active February 26, 2026 15:02
Experiment in using GitHub CLI to authenticate fetching docker images from GitHub Package Registry
// ~/docker/config.json
{
"credsStore": "desktop",
"credHelpers": {
"docker.pkg.github.com": "gh",
"ghcr.io": "gh"
}
}