[PR #90] [MERGED] Fix CI build failure and tag creation issues in release workflow #221

Closed
opened 2026-03-01 18:33:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/90
Author: @antonym
Created: 6/12/2025
Status: Merged
Merged: 6/12/2025
Merged by: @antonym

Base: masterHead: ci-workflow-fix


📝 Commits (1)

  • b516786 Fix CI build failure and tag creation issues in release workflow

📊 Changes

1 file changed (+18 additions, -2 deletions)

View changed files

📝 .github/workflows/release.yml (+18 -2)

📄 Description

  • Add fetch-tags: true to ensure git tags are available during checkout
  • Improve tag existence checking with proper git rev-parse verification
  • Add pre-check to prevent attempting to create tags that already exist
  • Fix tag creation logic to handle existing tags gracefully

Resolves both the 'git rev-list' exit code 129 error and the 'Reference already exists' error in the release workflow.


🔄 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/netbootxyz/docker-netbootxyz/pull/90 **Author:** [@antonym](https://github.com/antonym) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `ci-workflow-fix` --- ### 📝 Commits (1) - [`b516786`](https://github.com/netbootxyz/docker-netbootxyz/commit/b51678638789f6d49747060d517ce587e13833f1) Fix CI build failure and tag creation issues in release workflow ### 📊 Changes **1 file changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+18 -2) </details> ### 📄 Description - Add fetch-tags: true to ensure git tags are available during checkout - Improve tag existence checking with proper git rev-parse verification - Add pre-check to prevent attempting to create tags that already exist - Fix tag creation logic to handle existing tags gracefully Resolves both the 'git rev-list' exit code 129 error and the 'Reference already exists' error in the release workflow. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:33:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-netbootxyz#221
No description provided.