[PR #662] [MERGED] Adding fix for forks to use a variable for Docker image reference instead of hard String #885

Closed
opened 2026-02-05 17:57:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/662
Author: @BlockyBlockling
Created: 10/24/2024
Status: Merged
Merged: 10/27/2024
Merged by: @parkervcp

Base: mainHead: docker-workflow-rework


📝 Commits (1)

  • 86e8a63 Update docker-publish.yml

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 .github/workflows/docker-publish.yml (+5 -1)

📄 Description

Adding fix for forks to use a variable for Docker image reference instead of hard String

Source of information:
https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images

This is just changing the docker image publish to publish an image to the repository the workflow is running at.
It allows fork of the repository to publish their own images to the accourding fork registry. Instead that every single workflow tries to push into the pelican-dev/panel repo and get a not authorized error.


🔄 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/662 **Author:** [@BlockyBlockling](https://github.com/BlockyBlockling) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@parkervcp](https://github.com/parkervcp) **Base:** `main` ← **Head:** `docker-workflow-rework` --- ### 📝 Commits (1) - [`86e8a63`](https://github.com/pelican-dev/panel/commit/86e8a6371ea8d96833e1e9e30db82390d824182f) Update docker-publish.yml ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-publish.yml` (+5 -1) </details> ### 📄 Description Adding fix for forks to use a variable for Docker image reference instead of hard String Source of information: https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images This is just changing the docker image publish to publish an image to the repository the workflow is running at. It allows fork of the repository to publish their own images to the accourding fork registry. Instead that every single workflow tries to push into the pelican-dev/panel repo and get a not authorized error. --- <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-05 17:57:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#885