Skip to content

Instantly share code, notes, and snippets.

View garnajee's full-sized avatar
🐓
Works in progress

Garnajee garnajee

🐓
Works in progress
View GitHub Profile
@garnajee
garnajee / ghcr.md
Last active May 20, 2024 12:24 — forked from yokawasa/ghcr.md
ghcr (GitHub Container Registry)

ghcr (GitHub Container Registry) quickstart

CLI

To push container images to ghcr, you need peronal access token (PAT) - see how to create PAT

  1. Get PAT (personal access token)
  2. use thess permissions: repo, write:packages
  3. export PAT: export CR_PAT=YOUR_TOKEN