Skip to content

Commit

Permalink
Disable docker cache with github actions
Browse files Browse the repository at this point in the history
The container in this repository does not take long to build and the
caches look like they're take a nontrivial amount of space in CI. Try to
free up more room for LLVM caches which are the main reason to use
caching in this repository.
  • Loading branch information
alexcrichton committed Jul 31, 2024
1 parent 0de1b48 commit 9d7fae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Publish a draft release
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 9d7fae4

Please sign in to comment.