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:
parent
4da43e6736
commit
8899dbc8a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-action.yaml
vendored
2
.github/workflows/test-action.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue