Skip to content

Conversation

@mkysel
Copy link
Collaborator

@mkysel mkysel commented Jul 16, 2025

Deploy multiple images in one go by restructuring the GitHub workflow to handle xmtpd, xmtpd-cli, and xmtpd-prune image digests through artifacts instead of job outputs

The GitHub workflow for building xmtpd images changes from using job outputs to artifacts for passing image digests between jobs. The workflow now saves digests for xmtpd, xmtpd-cli, and xmtpd-prune images as individual artifacts, downloads them in the deploy job, validates all three digests, and deploys both xmtpd server and xmtpd-prune images to the testnet environment in .github/workflows/build-xmtpd.yml.

📍Where to Start

Start with the modified push_to_registry job in .github/workflows/build-xmtpd.yml to understand how image digests are now saved as artifacts instead of job outputs.


Macroscope summarized e393b2e.

@mkysel mkysel requested a review from a team as a code owner July 16, 2025 20:05
@graphite-app
Copy link

graphite-app bot commented Jul 16, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • Queue - adds this PR to the back of the merge queue
  • Hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@mkysel mkysel merged commit a276ca0 into main Jul 16, 2025
9 checks passed
@mkysel mkysel deleted the mkysel/multi-deploy branch July 16, 2025 22: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.

3 participants