Skip to content

Commit 65bdc47

Browse files
committed
fix: add build step for deployment registry
1 parent 04669ec commit 65bdc47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434
# the future we could automate this based on the result of E2E tests.
3535
- name: Deploy to dev.registry.coder.com
3636
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
37+
- name: Deploy to registry.coder.com
38+
run: |
39+
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main

0 commit comments

Comments
 (0)