10000 fix: add build step for deployment registry by Parkreiner · Pull Request #110 · coder/registry · GitHub
[go: up one dir, main page]

Skip to content

fix: add build step for deployment registry #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: add build step for deployment registry
  • Loading branch information
Parkreiner committed May 19, 2025
commit 65bdc47400015e1924956ae7625ef5057ee3d077
3 changes: 3 additions & 0 deletions .github/workflows/deploy-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
# the future we could automate this based on the result of E2E tests.
- name: Deploy to dev.registry.coder.com
run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
- name: Deploy to registry.coder.com
run: |
gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main
Loading
0