Andreas Nigg
02/07/2025, 8:51 AMprefect --no-prompt deploy --job-variable image=europe-docker.pkg.dev/<my-image>:tag3 --all
However, the job variable never gets updated in this case (note the --all
flag).
If I run the deploy command for a single deployment, everything works as expected (the image variable gets updated)
prefect --no-prompt deploy --job-variable image=europe-docker.pkg.dev/<my-image>:tag3 --name my_deployment --> this works and updates the image
Does anyone of you know, what I'm doing wrong? Or is this the expected behavior?