Skip to content

Commit

Permalink
disable cache. smth's very wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Oct 1, 2024
1 parent 1d78bb0 commit 1c6c4bd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/artifact-image-complete-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ jobs:
rsync -av userpatches.repo/${{env.USERPATCHES_DIR}}/. userpatches/
rm -rf userpatches.repo
- name: GitHub cache
id: cache-restore
uses: actions/cache@v4
with:
path: |
cache/memoize
cache/oci/positive
key: ${{ runner.os }}-matrix-cache-${{ github.sha }}-${{ steps.latest-commit.outputs.sha1 }}"
restore-keys: |
${{ runner.os }}-matrix-cache-
# Login to ghcr.io, we're gonna do a lot of OCI lookups.
- name: Docker Login to GitHub Container Registry
Expand Down

0 comments on commit 1c6c4bd

Please sign in to comment.