Skip to content

Commit ae68ef4

Browse files
authored
Disable image caching in setup-qemu action (#788)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 9beb99f commit ae68ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Set up QEMU
2828
id: qemu
2929
uses: docker/setup-qemu-action@v3
30+
with:
31+
cache-image: false
3032

3133
- name: Set up Docker Buildx
3234
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)