Skip to content

Commit

Permalink
Just comment out cache info entirely
Browse files Browse the repository at this point in the history
--no-cache is apparently just borked in Docker?
  • Loading branch information
gussmith23 committed Mar 13, 2024
1 parent a18f686 commit d28e208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/built-test-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
context: .
push: true
tags: ${{ env.IMAGE_TAG }}
cache-to: type=gha,mode=max
cache-from: type=gha
no-cache: true
# cache-to: type=gha,mode=max
# cache-from: type=gha
# no-cache: ${{ github.event.inputs.no-cache == true }}

run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d28e208

Please sign in to comment.