1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

fix: debug is leaking host container and network names

Closes forgejo/runner#295
This commit is contained in:
Earl Warren 2024-10-19 08:47:02 +02:00
parent febc7a49b6
commit d544eb76a8

View file

@ -22,7 +22,6 @@ func NewDockerNetworkCreateExecutor(name string, config *types.NetworkCreate) co
if err != nil {
return err
}
common.Logger(ctx).Debugf("%v", networks)
for _, network := range networks {
if network.Name == name {
common.Logger(ctx).Debugf("Network %v exists", name)