Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 939ceb1

Browse files
author
Antonio Cheong
committed
remove cache
1 parent f5deecf commit 939ceb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
-
4545
name: Set up Docker Buildx
4646
uses: docker/setup-buildx-action@v1
47-
with:
48-
cache-from: type=gha
49-
cache-to: type=gha,mode=max
47+
# with:
48+
# cache-from: type=gha
49+
# cache-to: type=gha,mode=max
5050
-
5151
name: Docker Buildx (build)
5252
run: |

0 commit comments

Comments
 (0)