From 59fc4c7decb4d6c90c58617dba1b0beb396fd180 Mon Sep 17 00:00:00 2001 From: Dimo Pechenikov Date: Tue, 20 May 2025 19:27:47 +0000 Subject: [PATCH] CI:Build --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 56fa6061ad..92718e36a6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2 with: - credentials_json: '${{ secrets.GCP_SERVICE_KEY }}' + credentials_json: '${{ secrets.DOCKER_PASSWORD }}' - name: Configure Docker for Artifact Registry run: |