ここから開始
基本
Dockeerレジストリからコンテナレジストリへの移行
Learn to safely publish and consume packages, store your packages alongside your code, and share your packages privately with your team or publicly with the open source community. You can also automate your packages with GitHub Actions.
コンテナレジストリの利用
Docker イメージと OCI イメージは、パッケージの名前空間 https://containers.HOSTNAME が使われている Container registry に保存して管理できます。
RubyGemsレジストリの利用
GitHub Packages にパッケージを公開し、GitHub Packages に保存されたパッケージを依存関係としてBundlerを使うRubyのプロジェクトで利用するよう、RubyGemsを設定できます。