rm go docker cache (takes way too long to complete this step)
This commit is contained in:
parent
4781076cc8
commit
e4eddc6d82
6
.github/workflows/build-docker-images.yml
vendored
6
.github/workflows/build-docker-images.yml
vendored
@ -35,12 +35,6 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Go Build Cache for Docker
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: go-build-cache
|
||||
key: ${{ matrix.platform }}-go-build-cache-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
- name: inject go-build-cache into docker
|
||||
uses: reproducible-containers/buildkit-cache-dance@v2.1.2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user