Skip to content

Commit

Permalink
Bump reproducible-containers/buildkit-cache-dance from 2.1.2 to 2.1.4
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 2.1.2 to 2.1.4.
- [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases)
- [Commits](reproducible-containers/buildkit-cache-dance@v2.1.2...v2.1.4)

---
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 Feb 19, 2024
1 parent 7105c46 commit 3e84ba7
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].2
uses: reproducible-containers/[email protected].4
with:
cache-source: var-cache-apt
cache-target: /var/cache/apt
- name: Inject var-lib-apt into Docker
uses: reproducible-containers/[email protected].2
uses: reproducible-containers/[email protected].4
with:
cache-source: var-lib-apt
cache-target: /var/lib/apt
- name: Inject cargo into Docker
uses: reproducible-containers/[email protected].2
uses: reproducible-containers/[email protected].4
with:
cache-source: cargo
cache-target: /code/boys/target
Expand Down

0 comments on commit 3e84ba7

Please sign in to comment.