Skip to content

Commit

Permalink
Update tutorial_docker.yaml
Browse files Browse the repository at this point in the history
removed cache-target deprecation
  • Loading branch information
mosfet80 committed Apr 29, 2024
1 parent 1f853c3 commit 72219a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: reproducible-containers/buildkit-cache-dance@v3.1.0
with:
cache-source: .ccache
cache-target: /root/.ccache/
cache-map: /root/.ccache/
- name: Build and Push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 72219a9

Please sign in to comment.