From fa3acf483687e6a9d80e9a816788b8a8a828e4b4 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 13 Feb 2026 15:09:47 -0600 Subject: [PATCH] episode: Gitea Actions: Docker buildx cache auth requires login on all builds --- episodes/2026-02-13.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/episodes/2026-02-13.md b/episodes/2026-02-13.md index ae6adf613d7..3045d943804 100644 --- a/episodes/2026-02-13.md +++ b/episodes/2026-02-13.md @@ -105,3 +105,9 @@ Service: - **Tags:** ai-assistant, deployment, git, workflow - **Memory:** [check-for-production-hotfixes-before-deploying-9d18fe](graph/insights/check-for-production-hotfixes-before-deploying-9d18fe.md) - **Summary:** Production servers may have local commits (hotfixes) not pushed to the remote repo. Before + +## 15:09 - Gitea Actions: Docker buildx cache auth requires login on all builds +- **Type:** solution +- **Tags:** gitea, docker, ci-cd, buildx, cache, fix +- **Memory:** [gitea-actions-docker-buildx-cache-auth-requires-login-on-all-77cf0f](graph/solutions/gitea-actions-docker-buildx-cache-auth-requires-login-on-all-77cf0f.md) +- **Summary:** When using Docker buildx with registry-based cache (cache-from/cache-to type=registry), the Docker