8000 feat: ci to build new registry on push to main by bcpeinhardt · Pull Request #363 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

feat: ci to build new registry on push to main #363

Merged
merged 21 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
add current branch to branch triggers to test action
  • Loading branch information
bcpeinhardt committed Dec 11, 2024
commit df92e319e9799084721cd3de7927c6dd0cd6bbab
1 change: 1 addition & 0 deletions .github/workflows/deploy-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- bcpeinhardt/ci-to-build-new-registry-on-push-to-main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget to take this out.

Suggested change
- bcpeinhardt/ci-to-build-new-registry-on-push-to-main

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm still testing haha but thank you 🙏 putting this in draft until it's ready.


pull_request:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to deploy on each PR too?

Copy link
Collaborator Author
@bcpeinhardt bcpeinhardt Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I should pull that out, was moving too quickly, good catch 🙏

workflow_dispatch:
Expand Down
0