Closed realSZ27 closed 8 months ago
Sorry, I've been busy at work. I didn't see you ready to merge. I'm also new to github. Let me know when you want to merge. I reviewed it.
No worries, I just found a couple of things that I wanted to change before I reopen.
Reopened and updated comment
@keepittechie It should be ready to merge now.
Sorry for the delay. I've been swamped at work.
There were a lot of commits that went into this, so I'll try to sum it up here.
GitHub Workflow
~~The biggest thing that you have to do is get the new github workflow working with your accounts. In the current one I included has a push to the ghcr, but since that isn't free for public repos,~~ Turns out it is, and its much easier than using docker hub. In theory you shouldn't have to do anything but make the variable and run it. If you have any issues with it (which I suspect you won't; github puts more restrictions on public forks), you can use this comment as a source.
ghcr.io/<your all lowercase username>/<IMAGE_NAME>:latest
). If it was successful, you should also see it in the packages section where you can click on it and see the image there.