mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
Merge pull request #15361 from danfengliu/modify-GCP-repo-in-workflow-git-action
Modify GCP repo in build package workflow
This commit is contained in:
commit
a8be6b4208
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
- uses: google-github-actions/setup-gcloud@master
|
||||||
with:
|
with:
|
||||||
version: '285.0.0'
|
version: '285.0.0'
|
||||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||||
|
Loading…
Reference in New Issue
Block a user