We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef47ad commit df44e41Copy full SHA for df44e41
action.yaml
@@ -194,8 +194,7 @@ runs:
194
docker-build-cache-mount
195
# https://docs.docker.com/build/ci/github-actions/cache/#cache-mounts
196
- name: Restore Docker cache mounts
197
- # uses: reproducible-containers/buildkit-cache-dance@cv/cache-dir
198
- uses: omus/buildkit-cache-dance@2b4f808c9429730cd144d5eb130dfdc499cfc3a8
+ uses: reproducible-containers/buildkit-cache-dance@5b81f4d29dc8397a7d341dba3aeecc7ec54d6361 # v3.3.0
199
with:
200
cache-map: ${{ steps.cache-mount.outputs.cache-map }}
201
dockerfile: ${{ inputs.dockerfile || format('{0}/Dockerfile', inputs.context) }}
0 commit comments