fix docker cache not working

This commit is contained in:
2024-08-24 00:38:06 +02:00
parent 2622d8073b
commit 2d8b53f0f5

View File

@@ -145,8 +145,8 @@ jobs:
push: false
platforms: ${{ env.DOCKER_PLATFORM }}
tags: ${{ env.DOCKER_BUILDER_IMAGE }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=build-${{ env.DOCKER_BUILDER_IMAGE }}
cache-to: type=gha,mode=max,scope=build-${{ env.DOCKER_BUILDER_IMAGE }}
load: true
- name: Build the library