Skip to content

Optimize Docker caching on CI #103

Open
@Kobzol

Description

@Kobzol

Currently, our GHA CI workflows on rust-lang/rust use a cached Docker build, which speeds up the workflow considerably. However, they still upload the resulting Docker image to the rust-lang-ci registry, even if there were no changes in the input Docker image. It would be nice to change that and avoid that needless upload in that case.

For reference, the caching was implemented in this PR: rust-lang/rust#119290.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedWe would appreciate help from outside contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions