Skip to content

Added trigger for docker-library-ghost auto-update after npm publish#28971

Merged
acburdine merged 2 commits into
mainfrom
ci/docker-trigger
Jun 30, 2026
Merged

Added trigger for docker-library-ghost auto-update after npm publish#28971
acburdine merged 2 commits into
mainfrom
ci/docker-trigger

Conversation

@acburdine

Copy link
Copy Markdown
Member

no ref
This trigger will invoke the auto-update workflow in the TryGhost/docker-library-ghost repo to automatically bump the docker image version and create a PR against the docker-library/official-images repo.

Depends on TryGhost/docker-library-ghost#473

no ref
This trigger will invoke the auto-update workflow in the TryGhost/docker-library-ghost repo to automatically bump the docker image version and create a PR against the docker-library/official-images repo.
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 11e4df6b-87d4-407e-a06d-938ad2ae9e82

📥 Commits

Reviewing files that changed from the base of the PR and between 5da6861 and e0721af.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Walkthrough

A new CI job trigger_docker_library_update is added to .github/workflows/ci.yml. It runs after publish_ghost completes, conditioned on version tag refs (refs/tags/v*) and the canonical TryGhost/Ghost repository. The job sends a repository-dispatch event with event-type: ghost-version-publish to the TryGhost/docker-library-ghost repository using the CANARY_DOCKER_BUILD secret as the token.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the new post-publish trigger for docker-library-ghost auto-updates.
Description check ✅ Passed The description is directly related to the change and explains the new repository-dispatch flow.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/docker-trigger

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nx-cloud

nx-cloud Bot commented Jun 29, 2026

Copy link
Copy Markdown

🤖 Nx Cloud AI Fix

Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci


View your CI Pipeline Execution ↗ for commit e0721af

Command Status Duration Result
nx run @tryghost/admin-x-settings:test:acceptance ✅ Succeeded 9m 50s View ↗
nx run ghost:test:ci:integration ✅ Succeeded 3s View ↗
nx run ghost:test:integration ✅ Succeeded 2m 45s View ↗
nx run ghost:test:legacy ✅ Succeeded 2m 56s View ↗
nx run ghost:test:e2e ✅ Succeeded 2m 23s View ↗
nx run-many --target=build --projects=tag:publi... ✅ Succeeded 1s View ↗
nx run @tryghost/comments-ui:test:acceptance ✅ Succeeded 40s View ↗
nx run @tryghost/activitypub:test:acceptance ✅ Succeeded 36s View ↗
Additional runs (7) ✅ Succeeded ... View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-06-30 15:48:40 UTC

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.36%. Comparing base (5da6861) to head (e0721af).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #28971      +/-   ##
==========================================
+ Coverage   74.34%   74.36%   +0.02%     
==========================================
  Files        1565     1564       -1     
  Lines      135732   135702      -30     
  Branches    16491    16489       -2     
==========================================
+ Hits       100906   100919      +13     
+ Misses      33830    33785      -45     
- Partials      996      998       +2     
Flag Coverage Δ
e2e-tests 76.51% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@acburdine acburdine marked this pull request as ready for review June 30, 2026 15:36
@acburdine acburdine requested a review from 9larsons June 30, 2026 15:36
@acburdine acburdine merged commit 9df5899 into main Jun 30, 2026
48 checks passed
@acburdine acburdine deleted the ci/docker-trigger branch June 30, 2026 16:11
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.

1 participant