Hi there.
Reasoning
I observed the following:

What I mean is, it is taking an expensive 16 seconds to just build the docker image. Which I feel is redundant and unnecessary.
Proposed Implementation
Instead of build, we can take benefit of a docker registry (hopefully ghcr.io and also add github action support to build and publish images for each release). Hopefully it'll take considerably less time and I think users can cache it.
It just boils down to changing this line:
and adding a github action to build and publish images for each release.
Would you like to implement this yourself?
Hi there.
Reasoning
I observed the following:

What I mean is, it is taking an expensive 16 seconds to just build the docker image. Which I feel is redundant and unnecessary.
Proposed Implementation
Instead of build, we can take benefit of a docker registry (hopefully
ghcr.ioand also add github action support to build and publish images for each release). Hopefully it'll take considerably less time and I think users can cache it.It just boils down to changing this line:
github-status-embed-for-discord/action.yaml
Line 85 in 67f67a6
and adding a github action to build and publish images for each release.
Would you like to implement this yourself?