spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Add workflow action to build main branch docker images #93

Closed ecamacho closed 1 year ago

ecamacho commented 1 year ago

Workflow that build and pushes a docker image Docker hub from the main branch on every push to that branch. It's configured to generate an amd64 and an arm64 docker images.

This replaces the Autobuild docker images that has been created automatically in Docker hub. If this works, I'll create a another workflow that will do the same for each release and tag.