Yeah, you're gonna have to be more specific.

pull/702/head
Kieran Prasch 2019-01-29 14:22:13 -08:00
parent 495735fc6a
commit 753c4bff12
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 2 additions and 2 deletions

View File

@ -522,12 +522,12 @@ jobs:
- run:
name: Build Docker Image
command: |
docker build -f deploy/docker/Dockerfile --cache-from=nucypher -t nucypher .
docker build -f deploy/docker/Dockerfile --cache-from=nucypher -t nucypher/nucypher:$CIRCLE_TAG .
- run:
name: Save Docker Image Layer Cache
command: |
mkdir -p ~/docker
docker save -o ~/docker/nucypher.tar nucypher
docker save -o ~/docker/nucypher.tar nucypher/nucypher:$CIRCLE_TAG
- save_cache:
key: v1-{{ .Branch }}-{{ epoch }}
paths: