Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Publishing

To publish, create a classic token and run docker login before make publish.

Docker login:

export CR_PAT=YOUR_TOKEN
echo "$CR_PAT" | docker login ghcr.io -u USERNAME --password-stdin