This commit is contained in:
Nemo D'ACREMONT 2025-09-09 15:03:28 +02:00
parent d6c0bcaedc
commit 8086b297d0
Signed by: ndacremont
SSH Key Fingerprint: SHA256:rqH8LtCUxBPWiz9AshKD5EZfJhA4hU0WTTP3yE6GiLw

View File

@ -66,9 +66,3 @@ jobs:
${{ env.registry }}/${{ env.image_name }}:latest ${{ env.registry }}/${{ env.image_name }}:latest
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache
- name: move exported cache back (workaround)
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache