From a7623f5a59a5c957e77225e90a7f04d0c9a86cd0 Mon Sep 17 00:00:00 2001 From: Uwe Sommerlatt Date: Sat, 11 Sep 2021 09:53:25 +0200 Subject: [PATCH] Fix login to Google Container registry step --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c79de98..eaf9431 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: - name: Login to Google Container Registry uses: docker/login-action@v1 with: - registry: gcr.io + registry: eu.gcr.io username: _json_key password: ${{ secrets.GCP_SA_KEY_JSON }} - name: Push image to Google Container Registry