babagreensheep / jellyfin-tizen-docker

206 stars 30 forks source link

Create docker-builder.yml #21

Open yarons opened 6 months ago

yarons commented 6 months ago

This file should build the Docker image and push it to ghcr, which means that from now on you can maintain versioning.

Versions should be declared like this (Inside the Dockerfile): ARG JFTZN So you can use these if you need to declare internal versioning.

This is based on my Pritunl Zero builder implementation which is available here: https://github.com/yarons/pritunl-zero-docker/blob/main/.github/workflows/docker-image.yml

And the related Dockerfile which is using the ARG is here: https://github.com/yarons/pritunl-zero-docker/blob/main/Dockerfile

These are the final packages: https://github.com/yarons?tab=packages&repo_name=pritunl-zero-docker

We will make the adjustments required to your repository once it's built.