perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

Automate docker.io images building #428

Closed glensc closed 2 years ago

glensc commented 2 years ago

This uses https://github.com/docker/build-push-action to build images for linux/amd64,linux/arm64,linux/arm/v7 platforms.

Inspired by workflow file at:

Resolves https://github.com/perftools/xhgui/issues/427

glensc commented 2 years ago

The workflow did not fire, it's because events created by actions don't fire other actions?

glensc commented 2 years ago

The problem seems to be described here: