Skip to content

Commit 4787c04

Browse files
Basma1912robhudson
authored andcommitted
fix the gcp auth ref
Signed-off-by: Basma1912 <[email protected]>
1 parent 2cb4c10 commit 4787c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
116116
username: oauth2accesstoken
117-
password: ${{ steps.gcp-auth.outputs.access_token }}
117+
password: ${{ steps.gcp_auth.outputs.access_token }}
118118

119119
- id: push-existing-image-to-gar
120120
name: Push existing image to GAR

0 commit comments

Comments
 (0)