Skip to content

Auto-update docker and act in run_workflows_locally.sh#18

Merged
gensyn merged 2 commits intomainfrom
copilot/update-docker-and-act
Mar 30, 2026
Merged

Auto-update docker and act in run_workflows_locally.sh#18
gensyn merged 2 commits intomainfrom
copilot/update-docker-and-act

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

run_workflows_locally.sh silently skipped updates when docker and act were already installed. It now attempts to upgrade both tools on each run.

Changes

  • install_docker: when Docker is present, runs apt-get install --only-upgrade (or yum update) on the Docker packages; warns if the platform is unsupported. Prints the version after the check.
  • install_act: when act is present, fetches the latest release tag from the GitHub API and compares against the installed version. Reinstalls via the official install script if behind; skips gracefully if version resolution fails.

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Copilot AI changed the title [WIP] Update docker and act if updates are available Auto-update docker and act in run_workflows_locally.sh Mar 30, 2026
Copilot AI requested a review from gensyn March 30, 2026 07:34
@gensyn gensyn marked this pull request as ready for review March 30, 2026 07:42
@gensyn gensyn merged commit 791835e into main Mar 30, 2026
5 checks passed
@gensyn gensyn deleted the copilot/update-docker-and-act branch March 30, 2026 07:43
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