Skip to content

Commit ccee263

Browse files
committed
use both old a new cache for slim image
1 parent 9dc901f commit ccee263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
${{ matrix.version.latest && format('{0}:latest-slim', env.IMAGE_NAME) || '' }}
8080
cache-from: |
8181
type=local,src=/tmp/.buildx-cache
82+
type=local,src=/tmp/.buildx-cache-new
8283
cache-to: type=local,dest=/tmp/.buildx-cache-new
8384

8485
# Temp fix

0 commit comments

Comments
 (0)