mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-15 23:05:57 +01:00
Modify setup-gcloud from master to v0
Adjust it because upstream made it, For more information, please see: https://github.com/google-github-actions/setup-gcloud/issues/539 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
parent
ef2e2e568e
commit
15b4bea0f3
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: google-github-actions/setup-gcloud@master
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
with:
|
||||
version: '285.0.0'
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user