Skip to content

Conversation

@chethann007
Copy link
Collaborator

@chethann007 chethann007 commented Sep 8, 2025

This PR adds a GitHub Actions workflow to the cert-service 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?

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

Why are these changes being made?

Automating the Docker image publishing process enhances the continuous integration and continuous deployment (CI/CD) flow, ensuring that tagged releases are promptly and consistently packaged and available in the container registry. This approach improves deployment efficiency and reduces the potential for human error during the release process.

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

Copy link

@korbit-ai korbit-ai bot left a comment

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 squirrel.

         _.-"""-,
       .'  ..::. `\
      /  .::' `'` /
     / .::' .--.=;
     | ::' /  C ..\
     | :: |   \  _.)
      \ ':|   /  \
       '-, \./ \)\)
          `-|   );/
            '--'-'

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

Copy link

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 creates a GitHub Actions workflow to automate the building and deployment of Docker images to the GitHub Container Registry (GHCR) when Git tags are pushed.

  • Implements automated CI/CD pipeline triggered by tag pushes
  • Builds Maven project and packages Play framework distribution
  • Builds and publishes Docker images to GHCR with tagged versioning

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

@pallakartheekreddy pallakartheekreddy merged commit ba5cc75 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