Skip to content

Commit

Permalink
rename restore bins from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 27, 2022
1 parent 64fd291 commit 495a0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary2_canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: build_binaries
runs-on: ubuntu-18.04 # 20.04 doesn't provide createrepo for now
steps:
- name: Cache Trivy binaries
- name: Restore Trivy binaries from cache
uses: actions/cache@v3.0.2
with:
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary2_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: release
runs-on: ubuntu-18.04 # 20.04 doesn't provide createrepo for now
steps:
- name: Cache Trivy binaries
- name: Restore Trivy binaries from cache
uses: actions/cache@v3.0.2
with:
path: dist/
Expand Down

0 comments on commit 495a0b1

Please sign in to comment.