mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #2428] [MERGED] feat: cache docker layers to registry #20996
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2428
Author: @cheahjs
Created: 5/20/2024
Status: ✅ Merged
Merged: 5/21/2024
Merged by: @tjbck
Base:
dev← Head:feat/better-docker-caching📝 Commits (1)
e142223feat: cache docker layers to registry📊 Changes
1 file changed (+37 additions, -7 deletions)
View changed files
📝
.github/workflows/docker-build.yaml(+37 -7)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Cache Docker image layers using the registry cache instead of the GitHub Actions cache.
This should ensure that builds are able to properly utilise layer caches (per-branch). The current GHA cache wasn't used often if it all, so every time a user updated, they needed to pull >700MB of Python dependencies and models.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.