perftools / xhgui

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

Docker Hub images #427

Closed ossinkine closed 2 years ago

ossinkine commented 2 years ago

Hi there!

Looks like automated builds on Docker Hub don't work anymore and there is no the newest release there. Please kindly add it and update images sometimes if possible. Thank you!

glensc commented 2 years ago

Please be specific about what you think is missing and from where.

ossinkine commented 2 years ago

I'm talking about Docker Hub images of this project https://hub.docker.com/r/xhgui/xhgui/tags. The latest tag is 0.18.1 is dated 8 months ago, 0.18.2 is not published.

glensc commented 2 years ago

There is no build automation

ossinkine commented 2 years ago

Please do it manually

glensc commented 2 years ago

The automation does not get fired:

any help to solve this is welcome.

glensc commented 2 years ago

Opened question in laminas support forums:

glensc commented 2 years ago

Re-post as an issue, as the forum has not received a reply:

ossinkine commented 2 years ago

Since GitHub actions don't fire an event, I suggest would be better to create the issue in https://github.com/actions/runner not in https://github.com/laminas/automatic-releases.

Also try to use syntax as described here https://github.com/actions/runner/issues/1007 (on create with no tags filter).

ossinkine commented 2 years ago

Also try to use single quotes instead of double quotes, everywhere in documentation they are used, maybe it affects 🤷‍♂️

on:
  push:
    tags:
      - '*.*.*'
glensc commented 2 years ago
  1. changing to on create had no effect as I already guessed: https://github.com/laminas/automatic-releases/issues/175#issuecomment-1014662213
  2. yaml syntax doesn't matter
ossinkine commented 2 years ago
  1. You added on create but you also specified tags filter. Did you try with no tags filter? Looks like this is not supported.
  2. Did you check this or just guessing?
glensc commented 2 years ago
  1. looks like not supported -> reference to your claim?
  2. I'm not guessing. I know YAML.

I'm not interested in wasting my time on random guesses, I did that, and it lead to nowhere but lots of my time and nerves lost.

if you want to play with all that, you can do all of that release flow in your own fork. if you come up with a solution then I can adapt it here.

glensc commented 2 years ago

Also, another symptom that this is about events not fired by likely actions to actions event loop block:

glensc commented 2 years ago

Merge up problem solved too:

closing