Skip to content

Commit

Permalink
Merge pull request #61 from cosmwasm/fix_ci_build
Browse files Browse the repository at this point in the history
Fix CI release build command
  • Loading branch information
ethanfrey authored Feb 5, 2020
2 parents 42e6b9b + 6e7379a commit a1c1bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a1c1bef

Please sign in to comment.