From 74710764b9b578cbba99f1048f99ce6bd5c26d14 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 20 Jun 2024 20:31:06 -0700 Subject: [PATCH] chore: nvtest naming --- .github/workflows/reusable-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 187a801e..1a342154 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -7,7 +7,7 @@ on: required: true type: string env: - IMAGE_BASE_NAME: akmods + IMAGE_BASE_NAME: akmods-nvtest IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} concurrency: @@ -16,7 +16,7 @@ concurrency: jobs: build_ublue: - name: akmods + name: akmods-nvtest runs-on: ubuntu-22.04 permissions: contents: read