We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a8b9 commit a8cc279Copy full SHA for a8cc279
.github/workflows/tutorial_docker.yaml
@@ -50,7 +50,7 @@ jobs:
50
path: .ccache
51
key: docker-tutorial-ccache-${{ matrix.ROS_DISTRO }}-${{ hashFiles( '.docker/tutorial-source/Dockerfile' ) }}
52
- name: inject ccache into docker
53
- uses: reproducible-containers/buildkit-cache-dance@v2.1.3
+ uses: reproducible-containers/buildkit-cache-dance@v2.1.4
54
with:
55
cache-source: .ccache
56
cache-target: /root/.ccache/
0 commit comments