mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 21:06:03 +02:00
ci: update setup-gcloud to use v0 (#3174)
This commit is contained in:
parent
a65024f8fe
commit
c51aa0639b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USER }}
|
username: ${{ secrets.DOCKERHUB_USER }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: google-github-actions/setup-gcloud@master
|
- uses: google-github-actions/setup-gcloud@v0
|
||||||
with:
|
with:
|
||||||
project_id: pomerium-io
|
project_id: pomerium-io
|
||||||
service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }}
|
service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue