I am encountering an issue I didn't have when using v0.9 of the engine which started the process immediately i.e. the delay of publishing to a specified registry.
I have used the Rust sdk because that is what I used with v0.9, and now v0.18.3 , of the dagger engine and benchmarked it with Go's sdk v0.18.3. For the rust one it didn't manage to publish (i.e go past line 50 of the logs) but for Go it delayed and then managed to publish after some few minutes. Seems like a network issue but I dont know its because the engine is running on WSL2 (other than the old previous one on Linux)
Any input will be appreciated...