Skip to content

fix(ci): publish container image after CI passes on main - #747

Open
Ferryx349 wants to merge 2 commits into
mainfrom
fix/publish-image-push-trigger
Open

fix(ci): publish container image after CI passes on main#747
Ferryx349 wants to merge 2 commits into
mainfrom
fix/publish-image-push-trigger

Conversation

@Ferryx349

@Ferryx349 Ferryx349 commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Description

This PR:-

  • Removes standalone publish-container-image.yml including unsafe workflow_run
  • Adds image publish as the final job in checks.yml on push to main
  • Publishes only after lint, build, and tests succeed
  • Removes workflow_dispatch

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Non-functional change (docs, style, minor refactor)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my code changes.
  • I added a changeset, or this is docs-only and I added an empty changeset.
  • All new and existing tests passed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@changeset-bot

changeset-bot Bot commented Aug 29, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c897f4f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nostream Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Move image publish into checks.yml as the final job so it only runs
after all CI jobs succeed, and remove the separate publish workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Status

Coverage is 71.326%fix/publish-image-push-trigger into main. No base build found for main.

@Ferryx349 Ferryx349 changed the title fix(ci): replace workflow_run with push trigger for image publish fix(ci): publish container image after CI passes on main Aug 29, 2026
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