Skip to content

Issue #SBCOSS-00: Create Github actions to publish docker image to GHCR - #112

Merged
pallakartheekreddy merged 2 commits into
release-8.0.0from
gh-actions
Sep 8, 2025
Merged

Issue #SBCOSS-00: Create Github actions to publish docker image to GHCR#112
pallakartheekreddy merged 2 commits into
release-8.0.0from
gh-actions

Conversation

@chethann007

@chethann007 chethann007 commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator

This PR adds a GitHub Actions workflow to the certificate-registry repository.

Build and Deploy (build.yml):
Triggers when a Git tag is pushed.
Builds the project, packages the artifact, builds a Docker image, and pushes it to GitHub Container Registry (GHCR).

Description by Korbit AI

What change is being made?

Add a GitHub Actions workflow to automate the build and deployment of a Docker image to the GitHub Container Registry (GHCR) upon tagging any commit.

Why are these changes being made?

Automating the build and deployment process ensures consistency, reduces manual errors, and saves developer time by automatically publishing Docker images to GHCR when a tag is pushed. This approach leverages GitHub's native CI/CD capabilities and integrates well with existing workflows.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

@korbit-ai korbit-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I've completed my review and didn't find any issues... but I did find this frog.

           .--._.--.
          ( O     O )
          /   . .   \
         .`._______.'.
        /(           )\
      _/  \  \   /  /  \_
   .~   `  \  \ /  /  '   ~.
  {    -.   \  V  /   .-    }
_ _`.    \  |  |  |  /    .'_ _
>_       _} |  |  | {_       _<
 /. - ~ ,_-'  .^.  `-_, ~ - .\
         '-'|/   \|`-`

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

Copilot AI left a comment

Copy link
Copy Markdown

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 introduces automated CI/CD capabilities by adding a GitHub Actions workflow that builds and deploys Docker images to GitHub Container Registry (GHCR) when tags are pushed.

  • Automates Docker image building and publishing to GHCR on tag pushes
  • Implements Java/Maven build pipeline with caching and artifact management
  • Establishes proper image tagging strategy using repository name, tag, commit SHA, and run number

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

@pallakartheekreddy
pallakartheekreddy merged commit f8ac384 into release-8.0.0 Sep 8, 2025
@pallakartheekreddy
pallakartheekreddy deleted the gh-actions branch September 8, 2025 10:44
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.

3 participants