Skip to content

Commit ba8b12c

Browse files
authored
Merge branch 'main' into brymut/add-hetzner-template
2 parents 6866f01 + 0fe4794 commit ba8b12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
2828
- name: Authenticate with Google Cloud
29-
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
29+
uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462
3030
with:
3131
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
3232
service_account: [email protected]
3333
- name: Set up Google Cloud SDK
34-
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
34+
uses: google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9
3535
- name: Deploy to dev.registry.coder.com
3636
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch main
3737
- name: Deploy to registry.coder.com

0 commit comments

Comments
 (0)