Skip to content

Instantly share code, notes, and snippets.

@evrentan
Last active May 22, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrentan/faa84705c62c6c0ff8bac48ceb75aea2 to your computer and use it in GitHub Desktop.
Save evrentan/faa84705c62c6c0ff8bac48ceb75aea2 to your computer and use it in GitHub Desktop.
Docker Login for GHCR with a Filed PAT
cat ~YOUR_PAT.txt | docker login ghcr.io -u USERNAME --password-stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment