Skip to content

Commit

Permalink
chore(CI): Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 28, 2023
1 parent e6ca4d2 commit aa14eaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

docker:
# The type of runner that the job will run on
Expand Down Expand Up @@ -172,5 +172,5 @@ jobs:
WHISPER_MODEL=${{ matrix.model }}
LANG=${{ matrix.lang }}
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

0 comments on commit aa14eaf

Please sign in to comment.