mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🔧 Fix Docker production image (#230)
This commit is contained in:
parent
db99f62d3b
commit
750e8f391c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/DOCKER-PROD.yml
vendored
2
.github/workflows/DOCKER-PROD.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue