Switch from gha cache to registry cache (runner bridge unreachable from overlay)
Docker / build-and-push (push) Successful in 1m6s
Docker / build-and-push (push) Successful in 1m6s
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user