Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Docker provided buildx action for CI
The previous buildx action that we were using has been archived and users are recommended to switch to the new action provided by Docker. The previous action also included setting up QEMU. This is now provided as a separate action which needs to be run separately. This change also replaces the direct use of `docker login` with the new `login-action`. This new action also handles logging out once the build is complete. Signed-off-by: Bridget McErlean <[email protected]>
- Loading branch information