Skip to content

Commit 1096293

Browse files
authored
ci: stop caching buildx bake (#1027)
1 parent daf50ad commit 1096293

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ jobs:
248248
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # 6.5.0
249249
with:
250250
targets: ${{ matrix.target }}
251-
set: |
252-
*.cache-from=type=gha,scope=${{ matrix.target }}
253-
*.cache-to=type=gha,mode=max,scope=${{ matrix.target }}
251+
# Caching is useful, when it works. We are routinely hanging, maybe this:
252+
# https://github.com/docker/buildx/issues/537
253+
#set: |
254+
# *.cache-from=type=gha,scope=${{ matrix.target }}
255+
# *.cache-to=type=gha,mode=max,scope=${{ matrix.target }}

0 commit comments

Comments
 (0)