Skip to content

Instantly share code, notes, and snippets.

@evrentan
Created May 22, 2021 12:47
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/d6be5daaa43ddc0a77000a7f85204501 to your computer and use it in GitHub Desktop.
Save evrentan/d6be5daaa43ddc0a77000a7f85204501 to your computer and use it in GitHub Desktop.
Docker Login for GHCR with a Environment Variable PAT
export YOUR_PAT=YOUR_TOKEN
echo $YOUR_PAT | 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