Merge pull request #61 from cosmwasm/fix_ci_build

Fix CI release build command
This commit is contained in:
Ethan Frey
2020-02-05 15:15:40 +01:00
committed by GitHub

View File

@@ -217,7 +217,7 @@ jobs:
- setup_remote_docker
- run:
name: Build Docker artifact - demo
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_TAG}" . .
command: docker build --pull -t "cosmwasm/wasmd-demo:${CIRCLE_TAG}" .
- run:
name: Push application Docker image to docker hub
command: |