Remove invalid patch-suffix changelog fragment #344
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
| # Copyright (c) 2022-2026, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md). | ||
|
Check failure on line 1 in .github/workflows/config.yaml
|
||
| # All rights reserved. | ||
| # | ||
| # SPDX-License-Identifier: BSD-3-Clause | ||
| # Shared image config for CI workflows. Loaded by the `config` job in each | ||
| # workflow via yq and exposed as job outputs (see e.g. .github/workflows/build.yaml). | ||
| # The `nvidian/isaac-sim` mirror stopped receiving nightly develop builds on 2026-06-24 | ||
| # (frozen at 6.1.0-alpha.2). Both images use Isaac Sim's NGC org, which is current and | ||
| # which the CI credential can reach. | ||
| isaacsim_image_name: nvcr.io/0947644777160149/internal/isaac-sim | ||
| # Isaac Sim 6.1.0-alpha.50 (b86cf6ce) includes Kit 110.3.0-360924's fix for NVBug 6566677. | ||
| isaacsim_image_tag: latest-develop@sha256:e7cd73cd7a9a6621274bd3a1bacddfd4ac1a15f92893e6a10cfb6b8100762a0c | ||
| isaaclab_image_name: nvcr.io/0947644777160149/internal/isaac-lab | ||
| ovphysx_wheelhouse_image: "" | ||