Hi!
I wanted to raise an issue which I faced while trying out the Earthly module.
I ran this command dagger call -m github.com/wingyplus/daggerverse/earthly --source=. run --args='--push' --args='./test+docker' --args='--docker-config=~/.docker/config.json'.
But if we directly use Earthly command to run the same Earthfile with same config, the container image is pushed to the registry.
Please help with this.