[PR #25] [CLOSED] Stabilize release GHCR distribution by inlining build job on ubuntu-latest #18
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#18
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/25
Author: @Copilot
Created: 5/31/2026
Status: ❌ Closed
Base:
main← Head:copilot/fix-docker-build-and-push📝 Commits (3)
37b9e71Initial plan4cd6c61chore: outline fix plan for GHCR workflow failure5b525c7fix: run release GHCR builds on ubuntu-latest jobs📊 Changes
7 files changed (+169 additions, -25 deletions)
View changed files
📝
.github/workflows/on_release_published.yml(+41 -25)➕
.tmp_logs/extracted/4_Parse tag.txt(+67 -0)➕
.tmp_logs/extracted/Distribute (prerelease)/system.txt(+4 -0)➕
.tmp_logs/extracted/Distribute _ Docker Build and Push (GHCR)/1_Set up job.txt(+35 -0)➕
.tmp_logs/extracted/Distribute _ Docker Build and Push (GHCR)/system.txt(+14 -0)➕
.tmp_logs/extracted/Parse tag/system.txt(+8 -0)➕
.tmp_logs/logs.zip(+0 -0)📄 Description
[Workflow] On Release Publishedintermittently failed at Distribute / Docker Build and Push (GHCR) (job78681796774) before any actionable step logs were emitted from the build step. This change removes the failing execution path while preserving release image build/push behavior.What changed
.github/workflows/on_release_published.yml:release-distribute-ghcrrelease-distribute-ghcr-prereleaseubuntu-latestwith explicitstepsinstead ofuses: webgrip/workflows/...docker-build-and-push-ghcr.yml@main.Behavior preserved
versionandlatestfor stable;versiononly for prerelease).GHCR_*,DOCKER_*).Operational impact
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.