Switch from gha cache to registry cache (runner bridge unreachable from overlay)
Docker / build-and-push (push) Successful in 1m6s

This commit is contained in:
Steffen
2026-06-13 14:26:04 +00:00
parent 0f892a25eb
commit 5dddfbfd1a
+2 -2
View File
@@ -40,8 +40,8 @@ jobs:
tags: |
gitea.steffenillium.de/steffen/opencode-custom:latest
gitea.steffenillium.de/steffen/opencode-custom:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=gitea.steffenillium.de/steffen/opencode-custom:buildcache
cache-to: type=registry,ref=gitea.steffenillium.de/steffen/opencode-custom:buildcache,mode=max
- name: Cleanup buildx
if: always()