Fix action.
This commit is contained in:
parent
de0bd653d4
commit
450a1c21d9
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Get hash of latest image
|
- 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
|
- name: cache docker cache
|
||||||
uses: actions/cache@v2.1.1
|
uses: actions/cache@v2.1.1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user