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
redsquare
08/15/2023, 3:29 PM
yes - we do that
t
Tom Klein
08/15/2023, 3:30 PM
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 🙂 )