ci: add eurosky-owned PDS image build workflow#16
Merged
Conversation
Adds build-and-push-eurosky-pds.yaml, a fork-owned multi-arch build for services/pds/Dockerfile that pushes to GHCR under eurosky-pds-* tags. Mirrors build-and-push-eurosky-zeppelin.yaml; runs without the upstream bluesky-social repository guard. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Spotchi
force-pushed
the
quentin/eurosky-pds-build
branch
from
June 30, 2026 10:34
eca046e to
b449e3c
Compare
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.
Summary
Adds
build-and-push-eurosky-pds.yaml, a fork-owned workflow that builds and publishes the PDS image ourselves oneurosky-social/atproto.The upstream
build-and-push-pds-ghcr.yamlis guarded withif: github.repository == 'bluesky-social/atproto', so it skips on this fork (see the skipped pds-container-ghcr job). Rather than un-guard the upstream file, this adds a separate eurosky-owned workflow mirroring the existingbuild-and-push-eurosky-zeppelin.yamlpattern.Details
mainandworkflow_dispatch; nobluesky-socialrepo guard../services/pds/Dockerfilemulti-arch (amd64 onubuntu-latest, arm64 onubuntu-24.04-arm), pushes each by digest, then merges into one manifest list.ghcr.io/eurosky-social/atprotowith tagseurosky-pds-<sha>,eurosky-pds-<datetime>,eurosky-pds-latest.eurosky-pds-<datetime>git tag.Differs from the zeppelin workflow only where it must: no
target:(the PDS Dockerfile has a single default target),eurosky-pds-tag/cache prefix to avoid collisions, andmain-only branch trigger.🤖 Generated with Claude Code