This commit is contained in:
Dimo Pechenikov 2025-05-20 19:27:47 +00:00
parent c5e8103fc3
commit 59fc4c7dec

View file

@ -21,7 +21,7 @@ jobs:
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2 uses: google-github-actions/auth@v2
with: with:
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}' credentials_json: '${{ secrets.DOCKER_PASSWORD }}'
- name: Configure Docker for Artifact Registry - name: Configure Docker for Artifact Registry
run: | run: |