Skip to content

Commit

Permalink
Use setup-gcloud@v0.3.0 instead of @master (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Dec 23, 2021
1 parent 59c2d2d commit 17f5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Setup auth if not a PR.
- if: github.event_name != 'pull_request'
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.3.0
with:
service_account_key: ${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}
project_id: kaniko-project
Expand Down

0 comments on commit 17f5e55

Please sign in to comment.