We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58faf32 commit 9aacddeCopy full SHA for 9aacdde
.github/workflows/deploy-registry.yaml
@@ -26,8 +26,8 @@ jobs:
26
service_account: [email protected]
27
- name: Set up Google Cloud SDK
28
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
29
- - name: Deploy to dev.registry.coder.com
30
- run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
+ # - name: Deploy to dev.registry.coder.com
+ # run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
31
- name: Deploy to registry.coder.com
32
run: |
33
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main
0 commit comments