[PR #21925] [CLOSED] docs(ci): improve docker-build workflow readability (no functional change) #41970

Closed
opened 2026-04-25 14:02:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: codex/ci-readability-docker-build-v2


📝 Commits (1)

  • 1e1cf26 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

Summary

  • add focused inline comments in .github/workflows/docker-build.yaml for cache behavior, manifest merge intent, and Docker Hub sync condition
  • add local subset repro hints for main/cuda image build paths
  • no workflow triggers, job dependencies, matrix, commands, or action versions were changed

Evidence

Local validation

  • git diff --name-only confirms only .github/workflows/docker-build.yaml
  • git diff --check -- .github/workflows/docker-build.yaml
  • python3 -c "import yaml, pathlib; yaml.safe_load(pathlib.Path('.github/workflows/docker-build.yaml').read_text())"

Risk

  • low risk: docs/readability only
  • no functional change

🔄 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/21925 **Author:** [@Sebastianhayashi](https://github.com/Sebastianhayashi) **Created:** 2/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/ci-readability-docker-build-v2` --- ### 📝 Commits (1) - [`1e1cf26`](https://github.com/open-webui/open-webui/commit/1e1cf260f58857cce90189bc92eaed5e56c93264) 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 ## Summary - add focused inline comments in `.github/workflows/docker-build.yaml` for cache behavior, manifest merge intent, and Docker Hub sync condition - add local subset repro hints for main/cuda image build paths - no workflow triggers, job dependencies, matrix, commands, or action versions were changed ## Evidence - queue item: `PR_QUEUE_1_2H.md` #2 - target file: https://github.com/open-webui/open-webui/blob/main/.github/workflows/docker-build.yaml ## Local validation - `git diff --name-only` confirms only `.github/workflows/docker-build.yaml` - `git diff --check -- .github/workflows/docker-build.yaml` - `python3 -c "import yaml, pathlib; yaml.safe_load(pathlib.Path('.github/workflows/docker-build.yaml').read_text())"` ## Risk - low risk: docs/readability only - no functional change --- <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-04-25 14:02:36 -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#41970