Skip to content

Commit 9aacdde

Browse files
authored
fix: skip deploying to the dev registry (#168)
The workflow doesn't work currently.
1 parent 58faf32 commit 9aacdde

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,8 +26,8 @@ jobs:
2626
service_account: [email protected]
2727
- name: Set up Google Cloud SDK
2828
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
29+
# - name: Deploy to dev.registry.coder.com
30+
# run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
3131
- name: Deploy to registry.coder.com
3232
run: |
3333
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main

0 commit comments

Comments
 (0)