remove cache from qemu action
All checks were successful
Build & Publish / build (push) Successful in 7m45s

This commit is contained in:
Jannik Reimers 2025-06-16 17:50:30 +02:00
parent 8b49b19b1a
commit fa8dd0ab14
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0

View file

@ -15,6 +15,8 @@ jobs:
- name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v3
with:
cache-image: false
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3