Skip to content

Commit

Permalink
ci: scope Docker cache by image (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Aug 2, 2024
1 parent 4582505 commit 894e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ inputs.project }}
cache-to: type=gha,mode=max,scope=${{ inputs.project }}

- name: Scan
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit 894e4a8

Please sign in to comment.