Skip to content

ci: rename GHCR image paths from nv-agent-env to nemoclaw#126

Merged
drew merged 2 commits intomainfrom
109-rename-ghcr-nv-agent-env-to-nemoclaw/anb
Mar 6, 2026
Merged

ci: rename GHCR image paths from nv-agent-env to nemoclaw#126
drew merged 2 commits intomainfrom
109-rename-ghcr-nv-agent-env-to-nemoclaw/anb

Conversation

@drew
Copy link
Collaborator

@drew drew commented Mar 5, 2026

Summary

  • Replaces all ghcr.io/nvidia/nv-agent-env references with ghcr.io/nvidia/nemoclaw across 6 CI workflow files (17 occurrences total)
  • Covers container image references, IMAGE_REGISTRY, NEMOCLAW_REGISTRY, and NEMOCLAW_REGISTRY_NAMESPACE env vars

Closes #109 (item 1: Update all nv-agent-env references to nemoclaw)

Changed Files

File Changes
ci-image.yml CI_IMAGE env var
docker-build.yml Container image + IMAGE_REGISTRY
publish.yml Container images for 4 jobs
e2e-test.yml Container image, NEMOCLAW_REGISTRY, NEMOCLAW_REGISTRY_NAMESPACE, docker pull, NEMOCLAW_CLUSTER_IMAGE
checks.yml Container images for 3 jobs
docs-build.yml Container images for 2 jobs

Prerequisite

The CI image must be pushed to ghcr.io/nvidia/nemoclaw/ci:latest before this PR's workflows will pass. Either:

  1. Manually re-tag and push the existing image, or
  2. Merge ci-image.yml change first and trigger a workflow_dispatch on the CI Image workflow

Test Plan

  • Verified zero remaining nv-agent-env references in source-controlled files
  • Pre-commit checks pass (license, rust format, helm lint, python format/lint)

Replace all ghcr.io/nvidia/nv-agent-env references with
ghcr.io/nvidia/nemoclaw across CI workflows to align container
image paths with the current repository name.

Closes #109 (item 1)
@drew drew self-assigned this Mar 5, 2026
@drew drew merged commit 6ea176f into main Mar 6, 2026
10 checks passed
@drew drew deleted the 109-rename-ghcr-nv-agent-env-to-nemoclaw/anb branch March 6, 2026 01:01
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.

feat: Switch container builds to GHCR and deprecate ECR registry

1 participant