https://pulumi.com logo
f

flat-appointment-12338

09/29/2021, 7:50 PM
I am deploying a Fargate service and using
awsx.ecs.Image.fromDockerBuild
to create my docker image that gets deployed but it seems that it will always attempt to build and deploy a new docker image even if the image is unchanged. I often find myself changing other parts of the infrastructure but would prefer not to have to do an entire build. Is there any way to avoid this?