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 daf50ad commit 1096293Copy full SHA for 1096293
.github/workflows/test.yml
@@ -248,6 +248,8 @@ jobs:
248
uses: docker/bake-action@4ba453fbc2db7735392b93edf935aaf9b1e8f747 # 6.5.0
249
with:
250
targets: ${{ matrix.target }}
251
- set: |
252
- *.cache-from=type=gha,scope=${{ matrix.target }}
253
- *.cache-to=type=gha,mode=max,scope=${{ matrix.target }}
+ # Caching is useful, when it works. We are routinely hanging, maybe this:
+ # https://github.com/docker/buildx/issues/537
+ #set: |
254
+ # *.cache-from=type=gha,scope=${{ matrix.target }}
255
+ # *.cache-to=type=gha,mode=max,scope=${{ matrix.target }}
0 commit comments