Skip to content

Commit

Permalink
Merge pull request #79 from ironpeakservices/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-2.1.7

feat(deps): bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
hazcod authored Nov 24, 2021
2 parents fcdb101 + 4eacf25 commit 90ac06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: save docker image for cache
run: mkdir -p image/ && docker save -o image/image.tar image:${{ steps.vars.outputs.alpine_version }}
- name: cache docker image
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: image/
key: ${{ runner.os }}-docker-${{ github.sha }}
Expand All @@ -41,14 +41,14 @@ jobs:
id: vars
run: echo ::set-output name=alpine_version::$(grep '^FROM alpine' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
- name: load cached docker image
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: image/
key: ${{ runner.os }}-docker-${{ github.sha }}
- name: load cached docker container
run: docker load -i image/image.tar
- name: cached scan db
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: vulndb/
key: trivy-vulndb
Expand Down

0 comments on commit 90ac06e

Please sign in to comment.