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 76902f1 commit 9164c29Copy full SHA for 9164c29
.github/workflows/build.yaml
@@ -64,6 +64,8 @@ jobs:
64
set: |
65
*.cache-from=type=local,src=/tmp/.buildx-cache
66
*.cache-to=type=local,mode=max,dest=/tmp/.buildx-cache-new
67
+ allow:
68
+ "fs=/tmp"
69
70
#- name: Build and push
71
# run: |
0 commit comments