Fix ci release build command

This commit is contained in:
Alex Peters
2020-02-05 14:56:51 +01:00
parent 42e6b9b699
commit 6e7379a71f

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: |