Docker workflow: version as {jellyfin-version}-{rolling-number}, run on release/manual only - #30
Merged
Merged
Conversation
Co-authored-by: JPVenson <6794763+JPVenson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub workflow for building and publishing Docker image
Add Docker build & publish workflow
Mar 3, 2026
Co-authored-by: JPVenson <6794763+JPVenson@users.noreply.github.com>
Copilot
AI
changed the title
Add Docker build & publish workflow
Docker image versioning: auto-compute Mar 3, 2026
{jellyfin-version}-{rolling-number} tags
…low_dispatch Co-authored-by: JPVenson <6794763+JPVenson@users.noreply.github.com>
Co-authored-by: JPVenson <6794763+JPVenson@users.noreply.github.com>
Copilot
AI
changed the title
Docker image versioning: auto-compute
chore: restrict Docker publish workflow to release and manual triggers only
Mar 3, 2026
{jellyfin-version}-{rolling-number} tags
Copilot
AI
changed the title
chore: restrict Docker publish workflow to release and manual triggers only
Docker workflow: version as Mar 3, 2026
{jellyfin-version}-{rolling-number}, run on release/manual only
JPVenson
marked this pull request as ready for review
March 3, 2026 12:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Docker publish workflow used git semver tags for image versioning and ran on every push to
master. It now derives the image tag from the Jellyfin base image version in the Dockerfile with an auto-incrementing build counter (e.g.10.11.6-1), and only triggers on GitHub releases or manual dispatch.Versioning
FROM jellyfin/jellyfin:X.Y.Zindocker/Dockerfileat build timegh apifor existing{version}-Ntags; increments the highest found, defaulting to1on first publish101116won't match10.11.6)docker/metadata-action— tags are now computed explicitlyTriggers
push: branches: mastertriggerrelease(type:released) andworkflow_dispatchlatesttag is applied onreleaseevents (previously on master push)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.