Skip to content

Commit cbbba73

Browse files
authored
feat: disable caching of qemu docker image
1 parent b8b43fe commit cbbba73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ jobs:
215215
# Required for build secrets to work: https://docs.docker.com/build/ci/github-actions/secrets/#secret-mounts
216216
- name: Set up QEMU
217217
uses: docker/setup-qemu-action@v3
218+
with:
219+
# Disable caching of binfmt image
220+
cache-image: false
221+
218222
- name: Set up Docker Buildx
219223
uses: docker/setup-buildx-action@v3
220224

0 commit comments

Comments
 (0)