Skip to content

Commit 1a69856

Browse files
disable cache
1 parent 33ebe20 commit 1a69856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
platforms: linux/${{ matrix.arch }}
8787
tags: ${{ steps.meta.outputs.tags }}
8888
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
89+
#cache-from: type=registry,ref=${{ steps.buildcache.outputs.ghcr }}
90+
#cache-to: type=registry,ref=${{ steps.buildcache.outputs.ghcr }},mode=max
9191

9292
create-and-push-manifest:
9393
needs: build-and-push

0 commit comments

Comments
 (0)