This message was deleted.
# aws
s
This message was deleted.
l
Generally, the image would be pushed to the repo by a workflow / pipeline in the app / Dockerfile repo, wouldn't it?
Else you run the risk of building a new image every time you do a deployment. Which isn't generally the right thing to do. You want to deploy a previously-released and accepted image.
r
That is true, I will stick with that. I was just following the official Pulumi examples which couple them (e.g. https://github.com/pulumi/examples/blob/master/aws-ts-hello-fargate/index.ts and others) so thought there might be a convenient way to approach it. Thanks tenwit!
👍 1