Skip to content

Commit 005866e

Browse files
Update go-dockerimage-pipeline.yaml
1 parent b2bc722 commit 005866e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-dockerimage-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
run: docker run --rm gotime
2929

3030
#Step4 - Authenticates to Google Cloud with the existing JSON key
31-
- name: Authenticate to Google Cloud
31+
- name: Authenticate to Google Cloud
3232
uses: google-github-actions/auth@v3
3333
with:
34-
credentials_json: '${{ secrets.GCP_SA_KEY }}'
34+
credentials_json: '${{ secrets.GCP_SA_KEY }}'
3535

3636
#Step5 - Configures Docker to access my GCP project
3737
- name: Configure Docker to access GCP project

0 commit comments

Comments
 (0)