Change pipeline container to python gRPC env (#6)
This commit is contained in:
@@ -60,7 +60,7 @@ func ExecutePipeline(pe PipelineExecution, pipelineConf config.PipelineConf) err
|
|||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
imageName := "git.ohea.xyz/cursorius/cursorius:latest"
|
imageName := "git.ohea.xyz/cursorius/pipeline-api/cursorius-pipeline:v2"
|
||||||
|
|
||||||
log.Infof("Pulling image %v", imageName)
|
log.Infof("Pulling image %v", imageName)
|
||||||
pullOutput, err := cli.ImagePull(ctx, imageName, types.ImagePullOptions{})
|
pullOutput, err := cli.ImagePull(ctx, imageName, types.ImagePullOptions{})
|
||||||
|
|||||||
Reference in New Issue
Block a user