File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
fetch-depth : 0
38
38
39
39
- name : " Authenticate to Google Cloud - staging"
40
- id : google-auth
40
+ id : google-auth-stg
41
41
uses : " google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa"
42
42
with :
43
43
token_format : " access_token"
50
50
with :
51
51
registry : ${{ env.REGISTRY }}
52
52
username : " oauth2accesstoken"
53
- password : " ${{ steps.google-auth.outputs.access_token }}"
53
+ password : " ${{ steps.google-auth-stg .outputs.access_token }}"
54
54
55
55
- name : " Build and push ${{ matrix.application }} - staging"
56
56
env :
70
70
make image/build-and-push
71
71
72
72
- name : " Authenticate to Google Cloud - production"
73
- id : google-auth
73
+ id : google-auth-prd
74
74
uses : " google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa"
75
75
with :
76
76
token_format : " access_token"
83
83
with :
84
84
registry : ${{ env.REGISTRY }}
85
85
username : " oauth2accesstoken"
86
- password : " ${{ steps.google-auth.outputs.access_token }}"
86
+ password : " ${{ steps.google-auth-prd .outputs.access_token }}"
87
87
88
88
- name : " Build and push ${{ matrix.application }} - production"
89
89
env :
You can’t perform that action at this time.
0 commit comments