[PR #22] [MERGED] Fix GHCR distribute workflow by restoring expected local composite action path #20
Labels
No labels
pull-request
released
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/infrastructure#20
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/webgrip/infrastructure/pull/22
Author: @Copilot
Created: 5/30/2026
Status: ✅ Merged
Merged: 5/30/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-docker-build-push-failure📝 Commits (2)
56693e8Initial plan714e155Add GHCR composite action compatibility wrapper📊 Changes
1 file changed (+39 additions, -0 deletions)
View changed files
➕
.github/composite-actions/docker-build-push-ghcr/action.yml(+39 -0)📄 Description
The release workflow failed at
Distribute / Docker Build and Push (GHCR)because the called reusable workflow expects a local composite action at.github/composite-actions/docker-build-push-ghcr, but that path was missing in this repository. This PR adds a compatibility action at that path so the reusable workflow can resolve and execute correctly.Workflow compatibility restoration
.github/composite-actions/docker-build-push-ghcr/action.yml.webgrip/workflows/.github/composite-actions/docker-build-push-ghcr@main.Behavioral impact
docker-build-and-push-ghcr.ymlconsumers by satisfying its required local action contract.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.