Skip to content

Commit

Permalink
chore(deps): update reproducible-containers/buildkit-cache-dance acti…
Browse files Browse the repository at this point in the history
…on to v3 (#758)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 8663082 commit 526c35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@ jobs:
key: root-.cache-${{ hashFiles('Dockerfile') }}

- name: inject var-cache-apt into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.4
uses: reproducible-containers/buildkit-cache-dance@v3.1.2
with:
cache-source: var-cache-apt
cache-target: /var/cache/apt
skip-extraction: ${{ steps.cache-var-cache-apt.outputs.cache-hit }}

- name: inject var-lib-apt into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.4
uses: reproducible-containers/buildkit-cache-dance@v3.1.2
with:
cache-source: var-lib-apt
cache-target: /var/lib/apt
skip-extraction: ${{ steps.cache-var-lib-apt.outputs.cache-hit }}

- name: inject root-.cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.4
uses: reproducible-containers/buildkit-cache-dance@v3.1.2
with:
cache-source: root-.cache
cache-target: /root/.cache
Expand Down

0 comments on commit 526c35f

Please sign in to comment.