Skip to content

Commit

Permalink
Bump reproducible-containers/buildkit-cache-dance from 3.1.0 to 3.1.2
Browse files Browse the repository at this point in the history
Bumps [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases)
- [Commits](reproducible-containers/buildkit-cache-dance@v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: reproducible-containers/buildkit-cache-dance
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d62c983 commit c3cbd2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
path: cargo
key: cargo-${{ hashFiles('Containerfile') }}
- name: Inject var-cache-apt into Docker
uses: reproducible-containers/[email protected].0
uses: reproducible-containers/[email protected].2
with:
cache-source: var-cache-apt
cache-target: /var/cache/apt
- name: Inject var-lib-apt into Docker
uses: reproducible-containers/[email protected].0
uses: reproducible-containers/[email protected].2
with:
cache-source: var-lib-apt
cache-target: /var/lib/apt
- name: Inject cargo into Docker
uses: reproducible-containers/[email protected].0
uses: reproducible-containers/[email protected].2
with:
cache-source: cargo
cache-target: /code/boys/target
Expand Down

0 comments on commit c3cbd2a

Please sign in to comment.