From 52cfba91aed6734f214d371fc0abb9ae3d9be89c Mon Sep 17 00:00:00 2001 From: jichuanh Date: Sat, 1 Aug 2026 00:03:31 -0700 Subject: [PATCH] Publish nightly images to the current NGC org The CI credential no longer has access to nvcr.io/nvidian/isaac-lab, so the nightly image publish fails on push. That repository is unreachable even anonymously, while the org Isaac Sim now publishes from is readable with the same credential. Point the publish target at that org so it matches the base image the branch already builds on. --- .github/workflows/config.yaml | 2 +- .../changelog.d/jichuanh-publish-target-internal-org.skip | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 source/isaaclab/changelog.d/jichuanh-publish-target-internal-org.skip diff --git a/.github/workflows/config.yaml b/.github/workflows/config.yaml index 7ff1b1e6a76..87bb5509d1d 100644 --- a/.github/workflows/config.yaml +++ b/.github/workflows/config.yaml @@ -9,5 +9,5 @@ # (frozen at 6.1.0-alpha.2). Isaac Sim publishes to its own NGC org, which is current. isaacsim_image_name: nvcr.io/0947644777160149/internal/isaac-sim isaacsim_image_tag: latest-develop -isaaclab_image_name: nvcr.io/nvidian/isaac-lab +isaaclab_image_name: nvcr.io/0947644777160149/internal/isaac-lab ovphysx_wheelhouse_image: "" diff --git a/source/isaaclab/changelog.d/jichuanh-publish-target-internal-org.skip b/source/isaaclab/changelog.d/jichuanh-publish-target-internal-org.skip new file mode 100644 index 00000000000..afb910b2349 --- /dev/null +++ b/source/isaaclab/changelog.d/jichuanh-publish-target-internal-org.skip @@ -0,0 +1 @@ +CI-only: repoint the nightly image publish target to the NGC org the CI credential can reach.