Skip to content

Commit 4ebce67

Browse files
authored
[cherry-pick] Disable image caching in setup-qemu action (#2285) (#2292)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 9b3e93d commit 4ebce67

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Set up QEMU
2525
id: qemu
2626
uses: docker/setup-qemu-action@v3
27+
with:
28+
cache-image: false
2729

2830
- name: Available platforms
2931
run: echo ${{steps.qemu.outputs.platforms}}

.github/workflows/release.yml

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

3032
- name: Available platforms
3133
run: echo ${{steps.qemu.outputs.platforms}}

0 commit comments

Comments
 (0)