Skip to content

Commit 8a8f532

Browse files
committed
remove unused cache from remote image
1 parent fb2b210 commit 8a8f532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
${{ matrix.version.latest && format('{0}:latest', env.IMAGE_NAME) || '' }}
5555
cache-from: |
5656
type=local,src=/tmp/.buildx-cache
57-
${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
5857
cache-to: type=local,dest=/tmp/.buildx-cache-new
5958

6059
# Temp fix

0 commit comments

Comments
 (0)