Build on Blacksmith runners - #2
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014TnDappY3DcbhiFS1BgKGW
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
GitHub Actions is having an outage. The monorepo already runs its Docker builds on Blacksmith
(
.github/workflows/donor-os-backend-docker.yml), so this brings the Postgres image build ontothe same setup.
What this PR changes
Three lines in
.github/workflows/build.yml:runs-on: ubuntu-latest->blacksmith-4vcpu-ubuntu-2404docker/setup-buildx-action->useblacksmith/setup-docker-builder@v2.1.0docker/build-push-action->useblacksmith/build-push-action@v2.3.0cache-from/cache-to: type=ghaare dropped. That cache is not rerouted to Blacksmith'scolocated cache, and the Blacksmith builder handles layer caching itself.
Nothing else changes: same triggers, same tags, same PR-builds-without-publishing behaviour.
How to test
Merge and watch the run publish
ghcr.io/fountain-bio/postgres:17. The workflow YAML parses.Rollout / Risk notes
is changed.
jobs are still dispatched through GitHub and will queue either way.
🤖 Generated with Claude Code
https://claude.ai/code/session_014TnDappY3DcbhiFS1BgKGW