Container Registry
ビルドしたコンテナイメージを一般に公開したり、特定の組織内で使うためのサービス。
GitHub Packages
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
ココ から token を取得しておく必要がある。
code:setup-github-packages.sh
export CR_PAT=TOKEN_HERE
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
docker push ghcr.io/OWNER/IMAGE_NAME:TAG
https://github.com/defaultcf/simply-docker-images/pkgs/container/simply-docker-images%2Fphp
#Docker