We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fee93 commit 1851049Copy full SHA for 1851049
.github/workflows/build-container.yml
@@ -101,4 +101,4 @@ jobs:
101
build-args: BASE_YUM_REPO=${{ matrix.repo }}
102
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
103
context: ${{ matrix.image }}
104
- cache-from: type=local,dest=/tmp/.buildx-cache
+ cache-from: type=local,src=/tmp/.buildx-cache
0 commit comments