[AMD] Update AMD local registry address (#29765)

Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-06-30 23:40:00 +08:00
committed by GitHub
co-authored by bingxche
parent cf36dca6d4
commit f2756f53f3
6 changed files with 5 additions and 105 deletions
@@ -167,7 +167,7 @@ jobs:
- name: Mirror rocm/sgl-dev to local registry
run: |
src="rocm/sgl-dev:${{ env.IMAGE_TAG }}"
dst="10.245.143.50:5000/rocm/sgl-dev:${{ env.IMAGE_TAG }}"
dst="10.44.14.109:5000/rocm/sgl-dev:${{ env.IMAGE_TAG }}"
docker pull "${src}"
docker tag "${src}" "${dst}"
docker push "${dst}"