Skip to content

Comments

Merge pull request #47 from CJackHwang/codex/fix-ci-workflow-errors-during-build ci: 增强 release-artifacts 工作流对 GHCR 超时与上传失败的容错#48

Merged
CJackHwang merged 2 commits intomainfrom
dev
Feb 22, 2026

Conversation

@CJackHwang
Copy link
Owner

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 👷 build
  • ⚡️ perf
  • 📝 docs
  • 🔨 chore

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

…uring-build

ci: 增强 release-artifacts 工作流对 GHCR 超时与上传失败的容错
@vercel
Copy link

vercel bot commented Feb 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ds2api Ready Ready Preview, Comment Feb 22, 2026 4:50pm

@CJackHwang CJackHwang merged commit 9ae4630 into main Feb 22, 2026
4 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1b8537cfb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

run: |
set -euo pipefail
for i in {1..6}; do
if curl -fsSIL --max-time 15 https://ghcr.io/v2/ >/dev/null; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Remove --fail from GHCR reachability probe

curl -fsSIL --max-time 15 https://ghcr.io/v2/ treats any HTTP status >=400 as an error (--fail behavior), but unauthenticated Docker Registry v2 probes commonly return 401 Unauthorized before login. In that case this loop never succeeds and the job exits before the subsequent GHCR login step, so release builds are blocked even when GHCR is reachable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant