Skip to content

fix: correct update check and use GitHub-hosted runners#48

Merged
pablopunk merged 1 commit into
mainfrom
self-update
Apr 23, 2026
Merged

fix: correct update check and use GitHub-hosted runners#48
pablopunk merged 1 commit into
mainfrom
self-update

Conversation

@pablopunk
Copy link
Copy Markdown
Owner

Changes

  • Fix update check: Now compares Docker image digests (SHA256) instead of comparing git version tags to manifest digests. This correctly detects when the running container matches the latest remote image.

  • Switch to GitHub-hosted runners: Changed from to to fix DNS/network timeout issues when pulling from Docker Hub ().

UX

The version badge in the top-left now accurately shows:

  • 🟠 Orange dot: Update available (click to pull)
  • ...: Pulling in progress
  • : Ready to restart

Testing

  • Verify update detection works correctly when on latest image
  • Verify update pulls and restarts work end-to-end

- Fix update check to compare Docker image digests instead of comparing
git version tags to SHA256 hashes
- Switch docker build from self-hosted to ubuntu-latest runner to fix
DNS/network timeout issues with Docker Hub
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

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

Project Deployment Actions Updated (UTC)
doce-dev-www Ready Ready Preview, Comment Apr 23, 2026 5:45pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

Warning

Rate limit exceeded

@pablopunk has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 19 minutes and 8 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 8 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e55ed661-db90-4a0c-86c2-1d4c8f5a1623

📥 Commits

Reviewing files that changed from the base of the PR and between ce8a15a and dd0022c.

📒 Files selected for processing (2)
  • .github/workflows/docker-build.yml
  • src/actions/update.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pablopunk pablopunk marked this pull request as ready for review April 23, 2026 17:46
@pablopunk pablopunk merged commit 3917d02 into main Apr 23, 2026
7 of 8 checks passed
@pablopunk pablopunk deleted the self-update branch April 23, 2026 17:46
@github-actions
Copy link
Copy Markdown

Preview deployment failed.

Check the workflow logs for details.

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