matztam / ARD-Audiothek-RSS

ARD Audiothek rss feed generator
49 stars 13 forks source link

Add automatic docker build and publish to Github Container Registry #16

Open frauhottelmann opened 10 months ago

frauhottelmann commented 10 months ago

Here is the pull request. I have done the following:

To get the autobuild to work you need to generate a personal access token (https://github.com/settings/tokens). I created a classic token with the scopes repo (all) and write:package and read:packages. Then add a repository secret in the repo named TOKEN with the access token (should be here: https://github.com/matztam/ARD-Audiothek-RS/settings/secrets/actions).

The github action will build on each change in the master branch and publish to ghcr.io/matztam/ard-audiothek-rss. I think you need to connect the package to the repo once. You can have a look at my main branch. It is setup completely.