The main task for this card is to automatically publish to DockerHub, when a tag is created:
- Build multi-platform Docker image (amd64/arm64) from monorepo:version-pre-release.
- Push image to DockerHub.
- Run integration tests (amd64/arm64).
- On successful tests, re-tag image to monorepo:version-latest.