Fix action.

This commit is contained in:
FireMasterK 2020-10-11 00:44:00 +05:30 committed by GitHub
parent de0bd653d4
commit 450a1c21d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Get hash of latest image
run: docker pull python:3-alpine && docker inspect --format='{{index .RepoDigests 0}}' ytorg/yotter:latest > dockerhash.txt
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
with: