Merge pull request #2523 from cygnusv/main

Fix failing build_docker job
pull/2525/head
David Núñez 2021-01-15 13:41:16 +01:00 committed by GitHub
commit 7685b5f5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -754,7 +754,7 @@ jobs:
- setup_remote_docker
- restore_cache:
keys:
- v1-{{ .Branch }}
- v2-{{ .Branch }}-{{ arch }}
paths:
- ~/docker/nucypher.tar
- run:
@ -772,7 +772,7 @@ jobs:
mkdir -p ~/docker
docker save -o ~/docker/nucypher.tar nucypher/nucypher:circle
- save_cache:
key: v1-{{ .Branch }}-{{ epoch }}
key: v2-{{ .Branch }}-{{ arch }}-{{ epoch }}
paths:
- ~/docker/nucypher.tar
@ -812,7 +812,7 @@ jobs:
- setup_remote_docker
- restore_cache:
keys:
- v1-{{ .Branch }}
- v2-{{ .Branch }}-{{ arch }}
paths:
- ~/docker/nucypher.tar
- run:
@ -836,7 +836,7 @@ jobs:
- setup_remote_docker
- restore_cache:
keys:
- v1-{{ .Branch }}
- v2-{{ .Branch }}-{{ arch }}
paths:
- ~/docker/nucypher.tar
- run: