Skip to content

Commit

Permalink
Remove cache-from and cache-to
Browse files Browse the repository at this point in the history
The step "exporting to image" seems much longer with the cache enabled.
  • Loading branch information
brmzkw committed Oct 29, 2024
1 parent d2fceee commit 8d722bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
context: .
file: Dockerfile.bundled_model
tags: ${{ matrix.model.tag }}
cache-from: type=registry,ref=${{ matrix.model.tag }}
cache-to: type=inline
outputs: |
type=registry,compression=zstd
build-args: |
Expand Down

0 comments on commit 8d722bc

Please sign in to comment.