Skip to content

Commit

Permalink
fix(ci): use per-version per-image cache scope
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Jan 7, 2025
1 parent 6cb6730 commit f88c91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
load: true
targets: kafka-1
set: |
*.cache-from=type=gha,scope=${{ github.workflow }}
*.cache-to=type=gha,scope=${{ github.workflow }},mode=max
*.cache-from=type=gha,scope=fvt-kafka-${{ inputs.kafka-version }}
*.cache-to=type=gha,scope=fvt-kafka-${{ inputs.kafka-version }},mode=max
- name: Setup Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
Expand Down

0 comments on commit f88c91b

Please sign in to comment.