mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 20:35:48 +03:00
[PR #110] [MERGED] ci: add action to automatically publish docker images to ghcr.io #129
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binimum/tidal-ui/pull/110
Author: @Bnyro
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @binimum
Base:
main← Head:package-ci📝 Commits (2)
ec0680fchore: fix docker builds75b67e2ci: add action to automatically publish docker images to ghcr.io📊 Changes
3 files changed (+598 additions, -38 deletions)
View changed files
➕
.github/workflows/publish-docker-image.yml(+47 -0)📝
Dockerfile(+1 -1)📝
package-lock.json(+550 -37)📄 Description
This automatically pushes the Docker image to ghcr.io (GitHub's Docker registry), in order to simplify self-hosting the app (i.e. you can just grab the docker image now and don't need to build it manually). They will also be linked automatically at the
Packagestab of https://github.com/binimum/tidal-ui.This requires the github action token to have write permissions (see
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-default-github_token-permissions about how to set that up). Apart from that no config is required.
I had to update
package-lock.jsonbecause otherwisenpm ciin theDockerfilewouldn't work.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.