We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb4c10 commit 4787c04Copy full SHA for 4787c04
.github/workflows/build-and-push.yml
@@ -114,7 +114,7 @@ jobs:
114
with:
115
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
116
username: oauth2accesstoken
117
- password: ${{ steps.gcp-auth.outputs.access_token }}
+ password: ${{ steps.gcp_auth.outputs.access_token }}
118
119
- id: push-existing-image-to-gar
120
name: Push existing image to GAR
0 commit comments