Skip to content

Commit

Permalink
feat: 构建并推送镜像支持插件接入 TencentBlueKing#5032
Browse files Browse the repository at this point in the history
Signed-off-by: sawyersong <sawyersong@tencent.com>
  • Loading branch information
sawyersong2 committed Sep 2, 2021
1 parent de59384 commit 10a845d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class DockerHostImageService(
scanFlag = scanFlag
)

// 同步扫描
imageBuildHandler.setNextHandler(
imageScanHandler.setNextHandler(
imagePushHandler.setNextHandler(imageDeleteHandler)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class ImagePushHandler(
.exec(MyPushImageResultCallback(buildId, pipelineTaskId, dockerHostBuildApi))
.awaitCompletion()
}

nextHandler?.handlerRequest(this)
}
}

Expand Down

0 comments on commit 10a845d

Please sign in to comment.