-
Notifications
You must be signed in to change notification settings - Fork 37
server image release workflow #251
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
Conversation
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.
Pull Request Overview
This PR sets up a comprehensive release pipeline for the vectorize server with Docker image building for multiple architectures and updates existing workflows for better organization. The changes separate server releases from extension releases by introducing distinct tag patterns and improve CI workflow triggers.
- Adds a new server release workflow that builds multi-architecture Docker images on tag pushes
- Updates tag patterns to differentiate between server releases (
v*
) and extension releases (extension-v*
) - Improves CI workflow path filtering to reduce unnecessary builds
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
.github/workflows/server_release.yml |
New workflow for building and pushing multi-arch Docker images on server release tags |
.github/workflows/server_ci.yml |
Added path filtering to trigger only on relevant file changes |
.github/workflows/pgxn-release.yml |
Updated tag pattern to use extension-v* prefix for extension releases |
.github/workflows/pg-image-build.yml |
Changed trigger from release events to extension tag pushes |
.github/workflows/extension_ci.yml |
Fixed paths-ignore to reference correct workflow file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.