Skip to content

Commit

Permalink
Update build-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov authored Aug 31, 2022
1 parent c931032 commit 2cfb642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v3
continue-on-error: true
with:
path: {{.github.workspace}}/.skaffold/cache
path: "{{ github.workspace }}/.skaffold/cache"
key: skaffold-${{ hashFiles('**/cache') }}
restore-keys: |
skaffold-
Expand Down

0 comments on commit 2cfb642

Please sign in to comment.