ci: migrate from addnab/docker-run-action to tj-actions/docker-run#1078
Merged
Brooooooklyn merged 3 commits intomainfrom Feb 17, 2026
Merged
ci: migrate from addnab/docker-run-action to tj-actions/docker-run#1078Brooooooklyn merged 3 commits intomainfrom
Brooooooklyn merged 3 commits intomainfrom
Conversation
- Updated all 5 usages in .github/workflows/ci.yaml - Changed action from addnab/docker-run-action@v3 to tj-actions/docker-run@v2 - Renamed 'run' parameter to 'args' - Added required 'name' parameter with unique identifiers for each container - Container names include matrix node version for uniqueness across jobs Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate deprecated addnab/docker-run-action to tj-actions/docker-run
Migrate from deprecated addnab/docker-run-action to tj-actions/docker-run
Feb 16, 2026
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Copilot
AI
changed the title
Migrate from deprecated addnab/docker-run-action to tj-actions/docker-run
Fix docker-run migration: wrap multi-line commands with sh -c
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI failed after migrating from
addnab/docker-run-actiontotj-actions/docker-run. The new action appendsargsdirectly todocker run, unlike the old action which used--entrypoint=sh -c. Shell built-ins likeset -efail with "executable file not found".Changed three failing job steps:
Jobs with single-line commands (no shell built-ins) required no changes.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/napi-rs/node-rs/commits/723ad5951443f8c49af62563b509033a9b1bba0a/check-runs/usr/bin/curl curl -s REDACTED(http block)https://api.github.com/repos/napi-rs/node-rs/commits/723ad5951443f8c49af62563b509033a9b1bba0a/status/usr/bin/curl curl -s -H Accept: application/vnd.github.v3+json REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.