DEVX-147: Fix build-images workflow missing container image #232

Merged
emil merged 1 commits from DEVX-147-fix-build-images-container into master 2026-08-07 14:27:47 +00:00
Contributor

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
gitea-admin added 1 commit 2026-08-07 14:25:58 +00:00
fix: add container images to build-images workflow
CI / validate (pull_request) Successful in 51s
CI / auto-merge (pull_request) Successful in 55s
4cbaefb96e
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>
emil reviewed 2026-08-07 14:26:48 +00:00
emil left a comment
Owner

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.

## 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
kireto left a comment
Member

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
emil merged commit a6dddf25e7 into master 2026-08-07 14:27:47 +00:00
emil deleted branch DEVX-147-fix-build-images-container 2026-08-07 14:27:47 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#232