From 753c4bff12f7fc03ea22e7e27ce060b1168742d6 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 29 Jan 2019 14:22:13 -0800 Subject: [PATCH] Yeah, you're gonna have to be more specific. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7c13e537..c011b4c0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: