Moishe
02/25/2025, 8:59 PMgit run -it image:tag bash and see that the directory exists in the image that's being created by this deploy. I feel like I've simplified this as much as I can, to no avail. Has anyone else had any luck with this setup?Jake Kaplan
02/25/2025, 9:12 PMjob_variables section so it falls back to the image set in your work pool?Jake Kaplan
02/25/2025, 9:13 PMjob_variables
image: {"tag": ..., "aws_secret": ...}Moishe
02/25/2025, 9:29 PMMoishe
02/26/2025, 3:20 PMJake Kaplan
02/26/2025, 3:41 PMimage kwarg on a modal work pool seems to be a common thing people trip on, as it's an object to support passing the secret name modal needs, opposed to other work pools where it's just a string. Hopefully we can improve that