Bump for build
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m30s

This commit is contained in:
lif
2025-09-15 09:23:50 +01:00
parent ee48bc31b4
commit 29379d6f6d

View File

@@ -96,6 +96,7 @@ func listContainersAndLogType(ctx context.Context, logschan chan<- LogType) {
defer streamContainerLogs(ctx, cli, curcont.ID, logschan) defer streamContainerLogs(ctx, cli, curcont.ID, logschan)
}() }()
} }
fmt.Println("Ending") fmt.Println("Ending")
eventListen(cli, logschan) eventListen(cli, logschan)
} }