| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a4bd63 commit 5e6d9bc
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | with: | |
| 22 | 22 | submodules: 'true' | |
| 23 | - - uses: google-github-actions/setup-gcloud@master | ||
| 23 | + - uses: google-github-actions/setup-gcloud@v0 | ||
| 24 | 24 | with: | |
| 25 | 25 | version: '290.0.1' | |
| 26 | 26 | export_default_credentials: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -184,7 +184,7 @@ jobs: | |||
| 184 | 184 | username: ${{ secrets.DOCKERHUB_USERNAME }} | |
| 185 | 185 | password: ${{ secrets.DOCKERHUB_TOKEN }} | |
| 186 | 186 | - name: Set up Cloud SDK | |
| 187 | - uses: google-github-actions/setup-gcloud@master | ||
| 187 | + uses: google-github-actions/setup-gcloud@v0 | ||
| 188 | 188 | with: | |
| 189 | 189 | project_id: ${{ secrets.GCP_PROJECT_ID }} | |
| 190 | 190 | service_account_key: ${{ secrets.GCP_SA_KEY }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ jobs: | |||
| 64 | 64 | username: ${{ secrets.DOCKERHUB_USERNAME }} | |
| 65 | 65 | password: ${{ secrets.DOCKERHUB_TOKEN }} | |
| 66 | 66 | - name: Set up Cloud SDK | |
| 67 | - uses: google-github-actions/setup-gcloud@master | ||
| 67 | + uses: google-github-actions/setup-gcloud@v0 | ||
| 68 | 68 | with: | |
| 69 | 69 | project_id: ${{ secrets.GCP_PROJECT_ID }} | |
| 70 | 70 | service_account_key: ${{ secrets.GCP_SA_KEY }} | |
@@ -107,7 +107,7 @@ jobs: | |||
| 107 | 107 | VERSION_WITHOUT_PREFIX: ${{ needs.get-version.outputs.version_without_prefix }} | |
| 108 | 108 | steps: | |
| 109 | 109 | - uses: actions/checkout@v2 | |
| 110 | - - uses: google-github-actions/setup-gcloud@master | ||
| 110 | + - uses: google-github-actions/setup-gcloud@v0 | ||
| 111 | 111 | with: | |
| 112 | 112 | version: '290.0.1' | |
| 113 | 113 | export_default_credentials: true | |
| Back | FazBrowse Home | New Git URL |
0 commit comments