Skip to content

Commit

Permalink
Use sha
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Feb 28, 2020
1 parent bbad0cd commit 429f2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ microk8s: bin/schemahero bin/kubectl-schemahero manager
.PHONY: kotsimages
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)
docker tag schemahero/schemahero registry.replicated.com/schemahero-enterprise/schemahero:$${GITHUB_SHA}
docker push registry.replicated.com/schemahero-enterprise/schemahero:$${GITHUB_SHA}

.PHONY: contoller-gen
controller-gen:
Expand Down

0 comments on commit 429f2e4

Please sign in to comment.