mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 12:37:39 +00:00

# Which Problems Are Solved Building the login container in the pipeline without build layer caches takes about 20 minutes. # How the Problems Are Solved We use cache-from and cache-to arguments to use the GitHub cache API. Compare 1st and 2nd run [of this PRs pipeline](https://github.com/zitadel/zitadel/actions/runs/16590808510/job/46927893304) # Additional Context - Follows up on #10343