Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Sep 13, 2023
1 parent b6df4cc commit cbe4b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
path: var-lib-apt
key: var-lib-apt-${{ hashFiles('Dockerfile.artifact') }}
- name: inject var-cache-apt into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.0
uses: AkihiroSuda/buildkit-cache-dance@0896c7c47135b0fc0d4352a14b9417bef1441284
with:
cache-source: var-cache-apt
cache-target: /var/cache/apt
- name: inject var-lib-apt into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.0
uses: AkihiroSuda/buildkit-cache-dance@0896c7c47135b0fc0d4352a14b9417bef1441284
with:
cache-source: var-lib-apt
cache-target: /var/lib/apt
Expand Down

0 comments on commit cbe4b6d

Please sign in to comment.