Skip to content

Commit

Permalink
Fix ci release build command
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Feb 5, 2020
1 parent 42e6b9b commit 6e7379a
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 6e7379a

Please sign in to comment.