A new GitHub Actions workflow has been added, which will build and publish container images tagged sdx-controller:latest and bapm-server:latest to Docker Hub. The images will appear under https://hub.docker.com/orgs/awsdx/repositories. This workflow will trigger when a commit is made to main, which will usually happen when a PR is merged.
A major version of black was released in January, which makes some different formatting changes than the previous version, so some Python code that is unrelated to this PR has been re-formatted.
Minor adjustments in "test" and "checks" workflows, for consistency's sake.
Issue is #123. Here are the changes:
sdx-controller:latest
andbapm-server:latest
to Docker Hub. The images will appear under https://hub.docker.com/orgs/awsdx/repositories. This workflow will trigger when a commit is made tomain
, which will usually happen when a PR is merged.