Bump for build
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m30s
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m30s
This commit is contained in:
1
main.go
1
main.go
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user