Skip to content

Commit

Permalink
Fork overmindtech/buildkit-cache-dance into reproducible-containers/b…
Browse files Browse the repository at this point in the history
…uildkit-cache-dance

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Sep 13, 2023
1 parent 306d31a commit 8bb6dfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# The BuildKit Cache Dance

Workaround buildkit/buildx's lack of integrated caching solution
Workaround buildkit/buildx's lack of integrated caching solution.

Forked from [`overmindtech/buildkit-cache-dance`](https://github.com/overmindtech/buildkit-cache-dance/tree/306d31a77191f643c0c4a95083f36c6ddccb4a16).

```
---
Expand Down Expand Up @@ -39,7 +41,7 @@ jobs:
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
- name: inject go-build-cache into docker
uses: overmindtech/buildkit-cache-dance/inject@main
uses: reproducible-containers/buildkit-cache-dance/inject@main
with:
cache-source: go-build-cache
Expand All @@ -62,4 +64,4 @@ jobs:
```

Thanks to [Alexander Pravdin](https://github.com/speller) for the basic idea in [this comment](https://github.com/moby/buildkit/issues/1512).
Thanks to [Alexander Pravdin](https://github.com/speller) for the basic idea in [this comment](https://github.com/moby/buildkit/issues/1512).

0 comments on commit 8bb6dfc

Please sign in to comment.