fix: 🔧 Fix Docker production image (#230)

This commit is contained in:
Steve Degosserie 2025-10-13 17:53:34 +02:00 committed by GitHub
parent db99f62d3b
commit 750e8f391c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ jobs:
cache-map: |
{
"cargo-registry": { "target": "/usr/local/cargo/registry" },
"cargo-git": { "target": "/usr/local/cargo/git" },
"cargo-git": { "target": "/usr/local/cargo/git" }
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
- name: Build and push Docker image