Use setup-gcloud@v0.3.0 instead of @master (#1854)
This commit is contained in:
parent
59c2d2d08f
commit
17f5e55530
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
# Setup auth if not a PR.
|
# Setup auth if not a PR.
|
||||||
- if: github.event_name != 'pull_request'
|
- if: github.event_name != 'pull_request'
|
||||||
uses: google-github-actions/setup-gcloud@master
|
uses: google-github-actions/setup-gcloud@v0.3.0
|
||||||
with:
|
with:
|
||||||
service_account_key: ${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}
|
service_account_key: ${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}
|
||||||
project_id: kaniko-project
|
project_id: kaniko-project
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue