Skip to content

Commit

Permalink
fix cache map
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jul 23, 2024
1 parent 46f2b3a commit 1fa28e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
cache-map: |
{
"go-mod": "/go/pkg/mod",
"go-build": "/root/.cache/go-build
"go-build": "/root/.cache/go-build"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
-
Expand Down

0 comments on commit 1fa28e6

Please sign in to comment.