Merge pull request #104 from ytorg/dependabot/github_actions/actions/cache-v2.1.2
Bump actions/cache from v2.1.1 to v2.1.2
This commit is contained in:
commit
686a9bef91
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Get hash of latest image
|
||||
run: docker pull python:3-alpine && docker inspect --format='{{index .RepoDigests 0}}' python:3-alpine > dockerhash.txt
|
||||
- name: cache docker cache
|
||||
uses: actions/cache@v2.1.1
|
||||
uses: actions/cache@v2.1.2
|
||||
with:
|
||||
path: ${{ github.workspace }}/cache
|
||||
key: ${{ runner.os }}-docker-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }}
|
||||
|
Reference in New Issue
Block a user