add platform to apt cache name

This commit is contained in:
ThePhaseless 2025-02-28 16:28:32 +01:00
parent 3e94cd6f5f
commit 893fd84ff6

View File

@ -101,7 +101,7 @@ jobs:
var-cache-apt var-cache-apt
var-lib-apt var-lib-apt
/root/.cache/uv /root/.cache/uv
key: cache-${{ hashFiles('Dockerfile') }} key: cache-${{ hashFiles('Dockerfile') }}-${{ steps.vars.outputs.SURFIX }}
- name: Inject cache into docker - name: Inject cache into docker
uses: reproducible-containers/buildkit-cache-dance@v3.1.0 uses: reproducible-containers/buildkit-cache-dance@v3.1.0