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 fd342bc commit 88c493d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-with-cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
- name: Load cache
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache-${{ inputs.image_name }}
key: ${{ inputs.image_name }}-buildx
path: "/tmp/.buildx-cache-${{ inputs.image_name }}"
key: "${{ inputs.image_name }}-buildx"
restore-keys: |
${{ inputs.image_name }}-buildx-
- name: Building ${{ inputs.stage }} ${{ inputs.image_name }}
Expand Down

0 comments on commit 88c493d

Please sign in to comment.