Skip to content

Commit

Permalink
Update tutorial_docker.yaml
Browse files Browse the repository at this point in the history
fix cache-map deprecation
  • Loading branch information
mosfet80 authored Aug 20, 2024
1 parent 208f7f7 commit 045a439
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tutorial_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,15 @@ jobs:
- name: inject ccache into docker
uses: reproducible-containers/[email protected]
with:
cache-source: .ccache
cache-target: /root/.ccache/
cache-map: |
{
"var-cache-apt": {
"target": "/var/cache/apt",
"id": "1"
},
"var-lib-apt": "/var/lib/apt"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
- name: Build and Push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 045a439

Please sign in to comment.