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: |
|
tags: |
|
||||||
gitea.steffenillium.de/steffen/opencode-custom:latest
|
gitea.steffenillium.de/steffen/opencode-custom:latest
|
||||||
gitea.steffenillium.de/steffen/opencode-custom:${{ github.sha }}
|
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
|
- name: Cleanup buildx
|
||||||
if: always()
|
if: always()
|
||||||
run: docker buildx prune -af
|
run: docker buildx prune -af
|
||||||
|
|||||||
Reference in New Issue
Block a user