Skip to content

Commit 1851049

Browse files
committed
--cache-from requires a src, not a dest
1 parent a5fee93 commit 1851049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
build-args: BASE_YUM_REPO=${{ matrix.repo }}
102102
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
103103
context: ${{ matrix.image }}
104-
cache-from: type=local,dest=/tmp/.buildx-cache
104+
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)