Skip to content

Commit 0a02fff

Browse files
Merge pull request #3636 from stephanie-eng/seng/update-ccahce-cache-step
Update "inject ccache into docker" step with the new cache-map
2 parents b3c23c9 + 1401790 commit 0a02fff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tutorial_docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
- name: inject ccache into docker
5454
uses: reproducible-containers/[email protected]
5555
with:
56-
cache-source: .ccache
57-
cache-target: /root/.ccache/
56+
cache-map: |
57+
{
58+
".ccache": "/root/.ccache/"
59+
}
5860
- name: Build and Push
5961
uses: docker/build-push-action@v6
6062
with:

0 commit comments

Comments
 (0)