From 6b1453f9229cb3a9d1de5ae813fde1acd6d844d2 Mon Sep 17 00:00:00 2001 From: Jordan Patterson Date: Mon, 3 Nov 2025 17:00:14 -0500 Subject: [PATCH] actions: Fix Github repo URLs. --- .github/workflows/build_ais.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ais.yml b/.github/workflows/build_ais.yml index 73d3031f..ce0ced06 100644 --- a/.github/workflows/build_ais.yml +++ b/.github/workflows/build_ais.yml @@ -2,9 +2,9 @@ name: AIS # Mono-workflow - May be advantageous to split up run-name: Build, Test, and Analyze AIS env: AIS_MOUNT_PATH: /mnt/ais/ext4 - AIS_DOCKER_REGISTRY: ghcr.io/rocm/rocfile + AIS_DOCKER_REGISTRY: ghcr.io/rocm/hipfile AIS_CI_IMAGE_NAME: ais_ci_${{inputs.platform}} - AIS_PR_BASE_URL: https://github.com/ROCm/rocFile/pull + AIS_PR_BASE_URL: https://github.com/ROCm/hipFile/pull on: workflow_call: inputs: