File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ include ../includes.mk
55all : build run
66
77build : check-docker
8- docker build -t deis/controller:$(GIT_TAG ) .
8+ docker build -t deis/controller:$(BUILD_TAG ) .
99
1010push : check-docker check-registry check-deisctl
11- docker tag deis/controller:$(GIT_TAG ) $(REGISTRY ) /deis/controller:$(GIT_TAG )
12- docker push $(REGISTRY ) /deis/controller:$(GIT_TAG )
13- deisctl config controller set image=$$ DEIS_REGISTRY /deis/controller:$(GIT_TAG )
11+ docker tag deis/controller:$(BUILD_TAG ) $(REGISTRY ) /deis/controller:$(BUILD_TAG )
12+ docker push $(REGISTRY ) /deis/controller:$(BUILD_TAG )
13+ deisctl config controller set image=$( REGISTRY ) /deis/controller:$(BUILD_TAG )
1414
1515clean : check-docker check-registry
16- docker rmi deis/controller:$(GIT_TAG )
17- docker rmi $(REGISTRY ) /deis/controller:$(GIT_TAG )
16+ docker rmi deis/controller:$(BUILD_TAG )
17+ docker rmi $(REGISTRY ) /deis/controller:$(BUILD_TAG )
1818
1919full-clean : check-docker check-registry
2020 docker images -q deis/controller | xargs docker rmi -f
You can’t perform that action at this time.
0 commit comments