fix docker username typo
This commit is contained in:
parent
f0f265f59e
commit
2282208970
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -20,11 +20,11 @@ doc: ## Prepare documentation
|
||||||
cargo doc --no-deps --workspace --all-features
|
cargo doc --no-deps --workspace --all-features
|
||||||
|
|
||||||
docker: ## Build docker images
|
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-publish: docker ## Build and publish docker images
|
||||||
docker push mcapthca/survey:master
|
docker push mcaptcha/survey:master
|
||||||
docker push mcapthca/survey:latest
|
docker push mcaptcha/survey:latest
|
||||||
|
|
||||||
frontend: ## Build frontend assets
|
frontend: ## Build frontend assets
|
||||||
@yarn install
|
@yarn install
|
||||||
|
|
Loading…
Reference in a new issue