Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tink-worker: do not attach the action container stdout/stderr to the …
…current process when --capture-action-logs=false (#549) ## Description when tink-worker is configured with --capture-action-logs=false the action container stdout/stderr must not be attached to the current process. that configuration is used when there is an existing docker log-driver, which will capture all the containers logs without tink-worker help. ## Why is this needed this prevents the action container logs from being duplicated in the tink-worker container logs and in the action container docker logs. ## How Has This Been Tested? I've manually tested this locally. ## How are existing users impacted? What migration steps/scripts do we need? No impact is expected. ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information