From 35e636ce83e312586cb310dbbec392594d119a95 Mon Sep 17 00:00:00 2001 From: Francesco Medas Date: Wed, 7 Feb 2024 10:24:05 +0400 Subject: [PATCH] fix --- .github/workflows/ci-image-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image-test.yml b/.github/workflows/ci-image-test.yml index 6d60ae902..5509d34c1 100644 --- a/.github/workflows/ci-image-test.yml +++ b/.github/workflows/ci-image-test.yml @@ -43,7 +43,7 @@ jobs: workload_identity_provider: "${{ secrets.GCP_PRD_GITHUB_WIF }}" service_account: "${{ secrets.GCP_STG_GITHUB_SA_DOCKER_REGISTRY }}" create_credentials_file: true - - name: Login to the GCP registry + - name: Login to the registry uses: docker/login-action@v2 with: registry: ${{ env.GCP_REGISTRY_DOMAIN }}