Skip to content

Commit c529ac2

Browse files
authored
Merge branch 'main' into hotfix/deployment-gcp
2 parents 99b1bde + e2cb9c6 commit c529ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: 'login-gar'
4545
uses: docker/login-action@v3
4646
with:
47-
registry: ${{ secrets.GCP_REGION }}-docker.pkg.dev
47+
registry: ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_GAR_REPO }}
4848
username: oauth2accesstoken
4949
password: ${{ steps.auth.outputs.access_token }}
5050

0 commit comments

Comments
 (0)