[PR #21926] [CLOSED] docs: improve docker-build workflow readability (no functional change) #113652

Closed
opened 2026-05-18 14:04:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21926
Author: @Sebastianhayashi
Created: 2/27/2026
Status: Closed

Base: devHead: codex/ci-readability-docker-build-dev


📝 Commits (1)

  • 610e107 docs(ci): improve docker-build workflow readability (no functional change)

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+6 -0)

📄 Description

Pull Request Checklist

  • Target branch: This PR targets dev.
  • Description: This PR only improves workflow readability.
  • Changelog: Entry included below.
  • Documentation: No user-facing behavior change.
  • Dependencies: No dependency changes.
  • Testing: Verified file scope and YAML validity locally (commands listed below).
  • Agentic AI Code: Additional human review and manual validation were performed before submission.
  • Code review: Performed self-review for no-functional-change constraint.
  • Git Hygiene: Single-purpose, single-file, minimal change.
  • Title Prefix: docs

Changelog Entry

Description

  • Improve readability of .github/workflows/docker-build.yaml with targeted inline comments for cache behavior, manifest merge intent, and Docker Hub sync condition.

Added

  • Local subset repro hints for main/cuda build paths.

Changed

  • Added comments only. No workflow logic changed.

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

Breaking Changes

  • BREAKING CHANGE: None.

Additional Information

Screenshots or Videos

  • Not applicable (workflow comment-only change).

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/open-webui/open-webui/pull/21926 **Author:** [@Sebastianhayashi](https://github.com/Sebastianhayashi) **Created:** 2/27/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `codex/ci-readability-docker-build-dev` --- ### 📝 Commits (1) - [`610e107`](https://github.com/open-webui/open-webui/commit/610e10706e4fe9394c4540d15a672bf43966d833) docs(ci): improve docker-build workflow readability (no functional change) ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+6 -0) </details> ### 📄 Description # Pull Request Checklist - [x] **Target branch:** This PR targets `dev`. - [x] **Description:** This PR only improves workflow readability. - [x] **Changelog:** Entry included below. - [ ] **Documentation:** No user-facing behavior change. - [ ] **Dependencies:** No dependency changes. - [x] **Testing:** Verified file scope and YAML validity locally (commands listed below). - [ ] **Agentic AI Code:** Additional human review and manual validation were performed before submission. - [x] **Code review:** Performed self-review for no-functional-change constraint. - [x] **Git Hygiene:** Single-purpose, single-file, minimal change. - [x] **Title Prefix:** `docs` # Changelog Entry ### Description - Improve readability of `.github/workflows/docker-build.yaml` with targeted inline comments for cache behavior, manifest merge intent, and Docker Hub sync condition. ### Added - Local subset repro hints for main/cuda build paths. ### Changed - Added comments only. No workflow logic changed. ### Deprecated - None. ### Removed - None. ### Fixed - None. ### Security - None. ### Breaking Changes - **BREAKING CHANGE**: None. --- ### Additional Information - Scope check: `git diff --name-only` - Whitespace check: `git diff --check -- .github/workflows/docker-build.yaml` - YAML parse check: `python3 -c "import yaml, pathlib; yaml.safe_load(pathlib.Path('.github/workflows/docker-build.yaml').read_text())"` - Evidence file: https://github.com/open-webui/open-webui/blob/main/.github/workflows/docker-build.yaml ### Screenshots or Videos - Not applicable (workflow comment-only change). ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 14:04:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#113652