You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My workflow is I will run script/build which builds the latest image locally and then I can run dependabot, or make changes and run script/dependabot from there on out. I just need to build that initial image because I'm on an ARM machine and we don't currently build multiple architectures.
I'm open to changing the default behavior for a better user experience for users if we can also set it up to be a good experience for core developers too!
If we're using a mutable tag, like
latest
, we should always try and pull the container image regardless of whether or not it's available locally.cli/internal/infra/run.go
Lines 470 to 473 in 35deb52
The text was updated successfully, but these errors were encountered: