Skip to content

Comments

Add workflow to publish container images on master push#6

Draft
Copilot wants to merge 3 commits intomasterfrom
copilot/create-publish-image-workflow
Draft

Add workflow to publish container images on master push#6
Copilot wants to merge 3 commits intomasterfrom
copilot/create-publish-image-workflow

Conversation

Copy link

Copilot AI commented Feb 14, 2026

Status

PENDING REVIEW

What does this PR accomplish?

  • Adds dedicated workflow to publish container images on every master branch push
  • Reuses existing uberjar.yml and containerize-uberjar.yml workflows via workflow_call
  • Skips runs for docs/test-only changes via paths-ignore

How to test this manually?

  • Push to master branch with code changes
  • Verify workflow triggers at ActionsPublish Container Image
  • Confirm both EE and OSS images publish to Docker Hub
  • Push docs-only changes, verify workflow doesn't trigger

Additional notes:

  • Concurrency control (cancel-in-progress: false) ensures publish operations complete
  • Works with existing artifact caching - reuses uberjars when available
  • Coexists with run-tests.yml containerization without conflict
  • Default branch is master (not main)
Original prompt

This section details on the original issue you should resolve

<issue_title>Workflow to publish Image</issue_title>
<issue_description>Create a workflow to publish the container image every time there's a change in the main branch</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 14, 2026 08:24
Co-authored-by: gigincg <13028584+gigincg@users.noreply.github.com>
Co-authored-by: gigincg <13028584+gigincg@users.noreply.github.com>
Copilot AI changed the title [WIP] Add workflow to publish container image on main branch change Add workflow to publish container images on master push Feb 14, 2026
Copilot AI requested a review from gigincg February 14, 2026 08:27
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.

Workflow to publish Image

2 participants