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.
1 parent b2bc722 commit 005866eCopy full SHA for 005866e
.github/workflows/go-dockerimage-pipeline.yaml
@@ -28,10 +28,10 @@ jobs:
28
run: docker run --rm gotime
29
30
#Step4 - Authenticates to Google Cloud with the existing JSON key
31
- - name: Authenticate to Google Cloud
+ - name: Authenticate to Google Cloud
32
uses: google-github-actions/auth@v3
33
with:
34
- credentials_json: '${{ secrets.GCP_SA_KEY }}'
+ credentials_json: '${{ secrets.GCP_SA_KEY }}'
35
36
#Step5 - Configures Docker to access my GCP project
37
- name: Configure Docker to access GCP project
0 commit comments