Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Feb 26, 2020
1 parent 5f18b1e commit 31a7623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ microk8s: bin/schemahero bin/kubectl-schemahero manager
docker push localhost:32000/schemahero/schemahero:latest

.PHONY: kotsimages
kotsimages:
bin/schemahero bin/kubectl-schemahero manager
kotsimages: bin/schemahero bin/kubectl-schemahero manager
docker build -t schemahero/schemahero -f ./Dockerfile.schemahero .
docker tag schemahero/schemahero registry.replicated.com/schemahero-enterprise/schemahero:$(ENV)
docker push registry.replicated.com/schemahero-enterprise/schemahero:$(ENV)
Expand Down

0 comments on commit 31a7623

Please sign in to comment.