fix docker username typo

This commit is contained in:
Aravinth Manivannan 2021-10-14 21:50:45 +05:30
parent f0f265f59e
commit 2282208970
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@ doc: ## Prepare documentation
cargo doc --no-deps --workspace --all-features
docker: ## Build docker images
docker build -t mcapthca/survey:master -t mcapthca/survey:latest .
docker build -t mcaptcha/survey:master -t mcaptcha/survey:latest .
docker-publish: docker ## Build and publish docker images
docker push mcapthca/survey:master
docker push mcapthca/survey:latest
docker push mcaptcha/survey:master
docker push mcaptcha/survey:latest
frontend: ## Build frontend assets
@yarn install