mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-24 22:45:49 +03:00
[PR #89] [MERGED] Fix CI build failure in release workflow #101
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#101
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/netbootxyz/docker-netbootxyz/pull/89
Author: @antonym
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/12/2025
Merged by: @antonym
Base:
master← Head:ci-workflow-fix📝 Commits (1)
d7cda28Fix CI build failure in release workflow📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
.github/workflows/release.yml(+2 -1)📄 Description
Summary
fetch-tags: trueto checkout action to ensure git tags are available during CI runsgit rev-listcommand to prevent script failure when referenced tag doesn't existProblem
The release workflow was failing with exit code 129 on the
git rev-listcommand when trying to find commit SHA for version tags that weren't available in the CI environment.Solution
fetch-tags: trueto the checkout action to ensure all git tags are downloadedgit rev-listcommand to gracefully handle missing tags by returning empty string instead of failingTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.