mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
Modify setup-gcloud from master to v0
Adjust it because upstream made it, For more information, please see: google-github-actions/setup-gcloud#539 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
parent
b261b67d49
commit
d8ed270572
@ -8,6 +8,9 @@
|
||||
* Add date here... Add signature here...
|
||||
- Add your reason here...
|
||||
|
||||
* Apr 20 2022 <jiaoya@vmware.com>
|
||||
- Refresh base image
|
||||
|
||||
* Oct 28 2021 <jiaoya@vmware.com>
|
||||
- Refresh base image
|
||||
|
||||
|
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