It works locally but Github Actions fails with
input: moduleSource.withContextDirectory.asModule resolve: failed to create module: select: failed to update module dependencies: failed to load module dependencies: select: failed to load pre-configured dependencies: failed to create module source from dependency: select: failed to resolve git src to commit: failed to checkout remote https://github.com/kpenfound/dagger-modules: git error: exit status 128
stderr:
fatal: unable to read tree (beaf4600637b3f492cd3e1e1598ef799d8cd3164)
My dagger.json reads
{
"name": "api_server",
"sdk": "python",
"dependencies": [
{
"name": "proxy",
"source": "github.com/kpenfound/dagger-modules/proxy@beaf4600637b3f492cd3e1e1598ef799d8cd3164"
},
{
"name": "testcontainers",
"source": "github.com/vito/daggerverse/testcontainers@09c1b5b172e58a8fd58ee790d81018cd478590fc"
}
],
"source": "dagger",
"engineVersion": "v0.12.0"
}
This is the current version https://daggerverse.dev/mod/github.com/kpenfound/dagger-modules/proxy@beaf4600637b3f492cd3e1e1598ef799d8cd3164