DouweM / pixbyt

Pixbyt is a self-hosted Tidbyt app server for advanced apps that aren't supported by the official community app server that you can access through Tidbyt's mobile app.
https://pixbyt.dev
MIT License
93 stars 10 forks source link

Authentication issues with Actions and docker build #14

Closed motoridersd closed 6 months ago

motoridersd commented 10 months ago

The docker image build fails with actions when following the instructions. I must have missed a step. I authorized the docker installation on my server, but I don't know how the actions build enviroment authorizes itself to my gchr.io. This is the error I'm getting:

Error response from daemon: Head "https://ghcr.io/v2/motoridersd/pixbyt/manifests/main": unauthorized Error: Process completed with exit code 18.

DouweM commented 6 months ago

@motoridersd Would you (or someone else experiencing the same problem) mind sharing some more details, like the specific GitHub Actions step this occurs in and the surrounding log output?

motoridersd commented 6 months ago

I haven't looked into this in a long time. I ended up building my own Plex Now Playing applet that runs on an LXC container and pushes the image to the Tidbyt, so I've kinda abandoned this.