Skip to content

Conversation

ChuckHend
Copy link
Owner

No description provided.

@ChuckHend ChuckHend requested a review from Copilot October 4, 2025 17:33
Copy link

@Copilot Copilot AI left a 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.

@ChuckHend ChuckHend requested a review from Copilot October 4, 2025 17:51
Copy link

@Copilot Copilot AI left a 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.

@ChuckHend ChuckHend marked this pull request as ready for review October 4, 2025 18:00
@ChuckHend ChuckHend changed the title server image release server image release workflow Oct 4, 2025
@ChuckHend ChuckHend merged commit 3ad6b54 into main Oct 4, 2025
10 checks passed
@ChuckHend ChuckHend deleted the server-release branch October 4, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant