ci: use uds task instead of GH action for registry login (#162)
## Description Due to intermittent login issues that fail CI workflow runs, we would benefit from being able to retry logins with some delay between retries. This would move from using the GH Actions docker/login-action to a uds run task for registry logins. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request ) followed --------- Co-authored-by:Micah Nagel <micah.nagel@defenseunicorns.com>
Please register or sign in to comment