Skip to content

Create schedule workflow to upgrade docker and buildx version. #3859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025

Conversation

TingluoHuang
Copy link
Member

This pull request introduces a new GitHub Actions workflow to automate the process of checking for and upgrading Docker and Docker Buildx versions in the repository. The workflow includes version checks, annotations for version statuses, and automated pull request creation for updates.

@Copilot Copilot AI review requested due to automatic review settings May 14, 2025 04:11
@TingluoHuang TingluoHuang requested a review from a team as a code owner May 14, 2025 04:11
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Automates weekly checks and upgrades of Docker and Buildx versions via a new GitHub Actions workflow.

  • Adds a scheduled and manual-trigger workflow to compare current vs. latest versions
  • Creates annotations for version statuses
  • Automatically updates the Dockerfile and opens a pull request when both components are out of date
Comments suppressed due to low confidence (1)

.github/workflows/docker-buildx-upgrade.yml:117

  • [nitpick] A static branch name can cause conflicts if multiple updates run. Consider including the target version or a timestamp in the branch name for uniqueness (e.g., feature/docker-buildx-upgrade-${latest_version}).
branch_name="feature/docker-buildx-upgrade"

@TingluoHuang TingluoHuang merged commit 4c1de69 into main May 14, 2025
9 checks passed
@TingluoHuang TingluoHuang deleted the users/tihuang/updatedocker branch May 14, 2025 14:04
fmartinez255 pushed a commit to TiVo/actions-runner that referenced this pull request May 20, 2025
sirredbeard pushed a commit to sirredbeard/runner that referenced this pull request Jun 11, 2025
sirredbeard pushed a commit to sirredbeard/runner that referenced this pull request Jun 11, 2025
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.

2 participants