From 751563887ffc725f73185ad5a45c1dab028fa95d Mon Sep 17 00:00:00 2001 From: Xabier Almazor Date: Wed, 11 Oct 2023 12:49:07 +0200 Subject: [PATCH] fix login --- .github/workflows/azure-pipelines-emerynet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-pipelines-emerynet.yml b/.github/workflows/azure-pipelines-emerynet.yml index 1ea5f0a29..9527e00d4 100644 --- a/.github/workflows/azure-pipelines-emerynet.yml +++ b/.github/workflows/azure-pipelines-emerynet.yml @@ -20,7 +20,7 @@ jobs: - name: Login to GCR uses: docker/login-action@v3 with: - registry: gcr.io + registry: eu.gcr.io username: _json_key password: ${{ secrets.GCP_AUTH_KEY }}