Skip to content

Commit 2e9bd15

Browse files
authored
Disable image caching in setup-qemu action (#272)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent b4dd8b5 commit 2e9bd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-oci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Set up QEMU
2222
id: qemu
2323
uses: docker/setup-qemu-action@v3
24+
with:
25+
cache-image: false
2426

2527
- name: Set up Docker Buildx
2628
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)