The build-and-push and cleanup jobs in build-images.yml used runs-on: docker without a container: image, causing actions/checkout@v4 to fail with Cannot find: node in PATH.
Add ci-full for build-and-push (needs Docker for image builds) and ci-base for cleanup.
Closes DEVX-147
The build-and-push and cleanup jobs in build-images.yml used `runs-on: docker` without a `container:` image, causing actions/checkout@v4 to fail with `Cannot find: node in PATH`.
Add `ci-full` for build-and-push (needs Docker for image builds) and `ci-base` for cleanup.
Closes DEVX-147
The build-and-push and cleanup jobs used runs-on: docker without a
container image, causing actions/checkout@v4 to fail with 'Cannot find:
node in PATH'. Add ci-full for build-and-push (needs Docker) and ci-base
for cleanup.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Documentation: INFO — workflow changes (consider updating CI docs if behavior changed)
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: INFO — workflow changes (consider updating CI docs if behavior changed)
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
kireto
approved these changes 2026-08-07 14:27:44 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The build-and-push and cleanup jobs in build-images.yml used
runs-on: dockerwithout acontainer:image, causing actions/checkout@v4 to fail withCannot find: node in PATH.Add
ci-fullfor build-and-push (needs Docker for image builds) andci-basefor cleanup.Closes DEVX-147
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Auto-approved: all CI checks passed (validate job).