Skip to content

Commit

Permalink
Merge pull request #27396 from nikhiljindal/pushFedImages
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

including federation binaries in the list of images we push during release

Ref #27382

Added `federation-apiserver` and `federation-controller-manager` to that list.

cc @kubernetes/sig-cluster-federation @colhom @david-mcmahon
  • Loading branch information
k8s-merge-robot authored Jun 17, 2016
2 parents f830a2c + ee478ec commit 78e593c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,8 @@ function kube::release::docker::release() {
"kube-scheduler"
"kube-proxy"
"hyperkube"
"federation-apiserver"
"federation-controller-manager"
)

local docker_push_cmd=("${DOCKER[@]}")
Expand Down

0 comments on commit 78e593c

Please sign in to comment.