Hello, is it possible to override a deployment’s i...
# ask-community
t
Hello, is it possible to override a deployment’s image by just doing:
Copy code
infra_overrides={"image": image},
when using
build_from_flow
? (assuming
image
is a var containing the ECR image path)
1
r
yes - we do that
t
great, thanks (i had another issue which prevented the image from being to pushed to ECR so i just wanted to double check the problem wasn’t on the prefect usage end 🙂 )