We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99b1bde + e2cb9c6 commit c529ac2Copy full SHA for c529ac2
.github/workflows/cd-workflow.yaml
@@ -44,7 +44,7 @@ jobs:
44
id: 'login-gar'
45
uses: docker/login-action@v3
46
with:
47
- registry: ${{ secrets.GCP_REGION }}-docker.pkg.dev
+ registry: ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_GAR_REPO }}
48
username: oauth2accesstoken
49
password: ${{ steps.auth.outputs.access_token }}
50
0 commit comments