[PR #598] [MERGED] Add Docker build/publish action #849

Closed
opened 2026-02-04 18:55:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/598
Author: @Freddo3000
Created: 10/1/2024
Status: Merged
Merged: 10/14/2024
Merged by: @parkervcp

Base: mainHead: feature/docker-workflow


📝 Commits (2)

  • da7cba3 Add docker-publish.yml workflow
  • 4eba5b3 Update .github/workflows/docker-publish.yml

📊 Changes

1 file changed (+82 additions, -0 deletions)

View changed files

.github/workflows/docker-publish.yml (+82 -0)

📄 Description

Simply the docker-publish workflow taken directly from the github actions marketplace. Makes images available via ghcr.io, such as https://github.com/Freddo3000/panel/pkgs/container/panel

One might want to refine it in the future, but it is good enough to start with.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/598 **Author:** [@Freddo3000](https://github.com/Freddo3000) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@parkervcp](https://github.com/parkervcp) **Base:** `main` ← **Head:** `feature/docker-workflow` --- ### 📝 Commits (2) - [`da7cba3`](https://github.com/pelican-dev/panel/commit/da7cba3203a3c3c8f258281f65c902b365db165c) Add docker-publish.yml workflow - [`4eba5b3`](https://github.com/pelican-dev/panel/commit/4eba5b3f7abe7cd5f9890a4829e675eb85da69dd) Update .github/workflows/docker-publish.yml ### 📊 Changes **1 file changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/docker-publish.yml` (+82 -0) </details> ### 📄 Description Simply the docker-publish workflow taken directly from the github actions marketplace. Makes images available via ghcr.io, such as https://github.com/Freddo3000/panel/pkgs/container/panel One might want to refine it in the future, but it is good enough to start with. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:55:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#849