Remove buildx cache (gha unreachable in this runner setup)
Docker / build-and-push (push) Successful in 48s
Docker / build-and-push (push) Successful in 48s
This commit is contained in:
@@ -40,9 +40,6 @@ jobs:
|
||||
tags: |
|
||||
gitea.steffenillium.de/steffen/opencode-custom:latest
|
||||
gitea.steffenillium.de/steffen/opencode-custom:${{ github.sha }}
|
||||
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()
|
||||
run: docker buildx prune -af
|
||||
|
||||
Reference in New Issue
Block a user