Fix "Run Build Again" to send the tags to which we should push.

This commit is contained in:
Joseph Schorr 2014-06-26 19:55:16 -04:00
parent 76165b5d2b
commit ee0d483efd
2 changed files with 13 additions and 2 deletions

View file

@ -973,6 +973,7 @@ function RepoBuildCtrl($scope, Restangular, ApiService, $routeParams, $rootScope
var data = {
'file_id': build['resource_key'],
'subdirectory': subdirectory,
'docker_tags': build['job_config']['docker_tags']
};
if (build['pull_robot']) {
@ -2736,4 +2737,4 @@ function SuperUserAdminCtrl($scope, ApiService, Features, UserService) {
};
loadSeatUsage();
}
}