Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up nightly release-automation (#10)
* Login to the infrawatch quay registry Created organization secrets in GitHub with the infrawatch+release_automation robot account so that the release automation script (for nightly builds) can now push to the infrawatch registry. Previously the release automation script only needed to access the infrawatch-operators registry to push the bundles and index image, but with the recent changes to tag and push the latest into the nightly builds, access to the infrawatch repo is also necessary. Related: STF-1559 * Add access to new secrets Add access to the new secrets to the releaser.sh script in GitHub Actions. * Move container registry logins around It looks like docker login might be getting overridden so move the logins around so that login to infrawatch repo happens, followed by appropriate actions, and then login to infrawatch-operators prior to the bundle and index image operations.
- Loading branch information