We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec5dcf commit 4786aa0Copy full SHA for 4786aa0
.github/workflows/docker-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
platforms: ${{ matrix.platforms }}
66
registry: ghcr.io
67
image-name: ${{ github.repository }}/${{ matrix.container }}
68
- buildkit-mount-caches: '{"home-cache": "/root/.cache", "home-cargo": "/root/.cargo"}'
+ #buildkit-mount-caches: '{"home-cache": "/root/.cache", "home-cargo": "/root/.cargo"}'
69
secrets:
70
registry-username: ${{ github.actor }}
71
registry-password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments