Fix "Run Build Again" to send the tags to which we should push.
This commit is contained in:
parent
76165b5d2b
commit
ee0d483efd
2 changed files with 13 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue