1
0
Fork 0
mirror of https://github.com/imjasonh/gke-auth synced 2026-07-07 00:23:18 +00:00

Fix crane catalog target to us-east4

The crane catalog step queried us-east1-docker.pkg.dev, which has no
Docker repositories and returns DENIED. Point it at us-east4, where the
project's Docker repositories actually live.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jason Hall 2026-06-04 13:52:48 -04:00
parent 4da43e6736
commit 8899dbc8a7

View file

@ -38,5 +38,5 @@ jobs:
- run: kubectl get pods
- uses: imjasonh/setup-crane@main
- run: crane catalog us-east1-docker.pkg.dev
- run: crane catalog us-east4-docker.pkg.dev