ci: retire Docker build/push, publishing moved to postguard - #206
Conversation
encryption4all/postguard's own delivery pipeline now builds and pushes ghcr.io/encryption4all/cryptify (postguard#293, PR #309, verified against merge commit 506144c: build-cryptify/scan-cryptify/ finalize-cryptify all succeeded and pushed the :edge tag). Keeping both pipelines live would race on the same tags. release-plz's release/changelog-PR jobs are untouched here — out of scope for this ticket.
|
Thanks for the detailed writeup, @rubenhensen — I'm on it. I'll review the diff removing the |
|
Heads up — #206 was already merged (2026-08-07 14:00, Worth flagging: this did remove cryptify's only remaining Docker publish path, now relying entirely on |
Summary
buildandfinalizejobs (the Docker build/push pipeline) from this repo'sci.yml.ghcr.io/encryption4all/cryptifyhas moved toencryption4all/postguard's owndelivery.yml, which builds this crate as a workspace member. Verified working against merge commit506144c:build-cryptify/scan-cryptify/finalize-cryptifyall succeeded and pushed the:edgetag (postguard#293, postguard#309).parse-release/version/releases_createdoutput plumbing inrelease-plz-release, whose only consumer was the removedfinalizejob.qualityandrelease-plz-pr/release-plz-releaseare untouched — out of scope for this ticket.Part of postguard#293 (step 4 of its checklist). This is the step that stops two pipelines racing on the same GHCR tags — hold off merging until you've had a chance to look at the diff, since it removes this repo's only remaining Docker publish path.