Skip to content

Commit

Permalink
ARCH-130 try new cache approach
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 17, 2023
1 parent e08cfff commit 69c3051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-with-cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
uses: actions/cache@v3
with:
path: "/tmp/.buildx-cache-${{ inputs.image_name }}"
key: "${{ inputs.image_name }}-buildx"
key: "${{ inputs.image_name }}-buildx-${{ github.sha }}"
restore-keys: |
${{ inputs.image_name }}-buildx-
- name: Building ${{ inputs.stage }} ${{ inputs.image_name }}
Expand Down

0 comments on commit 69c3051

Please sign in to comment.