diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 3d232b5..a8746f3 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -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