mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #662] [MERGED] Adding fix for forks to use a variable for Docker image reference instead of hard String #885
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/662
Author: @BlockyBlockling
Created: 10/24/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @parkervcp
Base:
main← Head:docker-workflow-rework📝 Commits (1)
86e8a63Update 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.