Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/latest' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Sep 3, 2022
2 parents 5e1da80 + 2cfb642 commit b6632e5
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 b6632e5

Please sign in to comment.