• v1 cc717790f7

    untag built image after push to bound the dind image store

    dev released this 2026-07-03 00:33:56 +00:00 | 2 commits to main since this release

    image-build loads each build into the runner pod's dind (load: true); the
    tags then accumulated forever (dozens of stale 2-3GB tags per pod, a chunk
    of the runner disk growth). Untag after a successful push and sweep the
    now-dangling previous :latest. The buildkit build cache is separate and
    refcounts its own layers, so the next build stays warm; when the repo is
    'runner' itself the pod's next job re-pulls the ~380MB job image from the
    local registry (cheap). Guarded (continue-on-error + || true) so cleanup
    never fails a release.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com

    Downloads