From f50e5f80f845e64bab0ffe5bb4a4c91bd4614ed6 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:01:34 +0200 Subject: [PATCH] ci: update registry to auth to gar Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a51909..678beac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: name: Login to Google Artifact Registry uses: ./ with: - registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev + registry: us-east4-docker.pkg.dev username: _json_key password: ${{ secrets.GAR_JSON_KEY }}