Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Dec 15, 2024
1 parent 55f5219 commit 45f9fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
with:
cache-map: |
{
"node-arm64-cache": "/root/.cache/yarn-arm64/v6",
"node-amd64-cache": "/root/.cache/yarn-amd64/v6"
"node-arm64-cache": "/root/.cache/yarn-arm64",
"node-amd64-cache": "/root/.cache/yarn-amd64"
}
skip-extraction: ${{ steps.cache-node.outputs.cache-hit }}
- name: Set up QEMU
Expand Down

0 comments on commit 45f9fae

Please sign in to comment.