Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#166 BTC, ETH Supply Service
Browse files Browse the repository at this point in the history
-- Fix docker images creation
  • Loading branch information
hleb-albau committed May 25, 2018
1 parent 0e1dac0 commit 89453f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
- run:
name: Build Ethereum Contract Summary Image
command: |
docker build -t build/chain_supply_ethereum -f ./contract-summary/ethereum/Dockerfile ./
docker build -t build/chain-contract-summary-ethereum -f ./contract-summary/ethereum/Dockerfile ./
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker tag build/chain_supply_ethereum cybernode/chain_supply_ethereum:$CIRCLE_TAG
docker push cybernode/chain_supply_ethereum:$CIRCLE_TAG
docker tag build/chain_supply_ethereum cybernode/chain_supply_ethereum:latest
docker push cybernode/chain_supply_ethereum:latest
docker tag build/chain-contract-summary-ethereum cybernode/chain-contract-summary-ethereum:$CIRCLE_TAG
docker push cybernode/chain-contract-summary-ethereum:$CIRCLE_TAG
docker tag build/chain-contract-summary-ethereum cybernode/chain-contract-summary-ethereum:latest
docker push cybernode/chain-contract-summary-ethereum:latest
deploy_chain_supply_ethereum_image:
<<: *defaults
Expand Down

0 comments on commit 89453f3

Please sign in to comment.