From 34e199957380339f14196e892992b48c64b395f6 Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:50:39 +0000 Subject: [PATCH] ci: typo in referencing the base image --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index aa928ab..07ba8c2 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -66,6 +66,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - BASE_IMAGE_NAME=${{ env.REGISTRY }}/{{ env.BASE_IMAGE }} - BUILDER_IMAGE_NAME=${{ env.REGISTRY }}/{{ env.BUILDER_IMAGE }} + BASE_IMAGE_NAME=${{ env.REGISTRY }}/${{ env.BASE_IMAGE }} + BUILDER_IMAGE_NAME=${{ env.REGISTRY }}/${{ env.BUILDER_IMAGE }} TORCH_VERSION_SUFFIX=${{ matrix.torch_version_suffix }}