Skip to content

hotfix: build docker image on hotfix branch#86

Open
nancymuyeh wants to merge 1 commit into
mainfrom
hotfix/deploy-with-normal-jvm-image
Open

hotfix: build docker image on hotfix branch#86
nancymuyeh wants to merge 1 commit into
mainfrom
hotfix/deploy-with-normal-jvm-image

Conversation

@nancymuyeh
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 17, 2025 07:22
Copy link
Copy Markdown

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 hotfix adds the ability to build Docker images on hotfix branches by updating the CI workflow trigger and updating Docker image tags across deployment configurations.

  • Added hotfix branch trigger to the release workflow
  • Updated Docker image tags from an older commit hash to a newer one
  • Synchronized image tag references across deployment and chart configurations

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yaml Added hotfix branch trigger to enable Docker image builds
deploy/dev/webank.yaml Updated Docker image tag to newer commit hash
charts/webank-obs/values.yaml Updated Docker image tag to match deployment configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

branches:
- main
- feat/deploy-over-argocd
- hotfix/deploy-with-normal-jvm-image
Copy link

Copilot AI Oct 17, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a wildcard pattern like 'hotfix/*' instead of hardcoding specific hotfix branch names to allow any hotfix branch to trigger the workflow without requiring workflow updates.

Suggested change
- hotfix/deploy-with-normal-jvm-image
- hotfix/*

Copilot uses AI. Check for mistakes.
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.

2 participants