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 33ebe20 commit 1a69856Copy full SHA for 1a69856
.github/workflows/build.yml
@@ -86,8 +86,8 @@ jobs:
86
platforms: linux/${{ matrix.arch }}
87
tags: ${{ steps.meta.outputs.tags }}
88
labels: ${{ steps.meta.outputs.labels }}
89
- cache-from: type=registry,ref=${{ steps.buildcache.outputs.ghcr }}
90
- cache-to: type=registry,ref=${{ steps.buildcache.outputs.ghcr }},mode=max
+ #cache-from: type=registry,ref=${{ steps.buildcache.outputs.ghcr }}
+ #cache-to: type=registry,ref=${{ steps.buildcache.outputs.ghcr }},mode=max
91
92
create-and-push-manifest:
93
needs: build-and-push
0 commit comments