-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: add GHA workflow to build the container #158
base: main
Are you sure you want to change the base?
Conversation
cc @evanpurkhiser, please? |
.github/workflows/release.yml
Outdated
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
name: "Release a new Relay version" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fixed
Going to forward this over to our open source release management team. Thanks! |
Looks like uptime-checker is in EA right now. Let's hold off on this for now until we can get this integrated into self-hosted |
@hubertdeng123 fun fact: I did get this integrated on my instance. getsentry/self-hosted#3304 |
Fixes #157