概要 ローカル環境で開発してビルドしたコンテナイメージを、ローカルから「Container Registry」のリポジトリにプッシュするための作業 参考 https://cloud.google.com/container-registry/docs/pushing-and-pulling#push_the_tagged_image_to 手順 1. gcloudの設定 gcloudコマンドをローカル環境にインストール https://cloud.google.com/sdk/docs/quickstart-macos?hl=ja 2.初期設定 gcloud init 2. イメージのPush/Pull用サービスアカウント作成 自分のユーザーアカウントを使う場合、プロジェクトがいろいろと紐づいているとプロジェクトIDの選択ミスが怖いので、専用のサービスアカウントを作る。 1.サービスアカウ