From d99b3357ca04ee88c9b20ba363fb279e10a4ed06 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 11 Jan 2024 10:21:01 -0600 Subject: [PATCH] fix typo Signed-off-by: Kevin Carter --- .github/workflows/release-horizon-rxt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-horizon-rxt.yml b/.github/workflows/release-horizon-rxt.yml index 1434949c2..863440223 100644 --- a/.github/workflows/release-horizon-rxt.yml +++ b/.github/workflows/release-horizon-rxt.yml @@ -51,10 +51,10 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - file: Containerfiles/KeystoneRXT-Containerfile + file: Containerfiles/HorizonRXT-Containerfile push: true tags: | - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/keystone-rxt:${{ github.event.inputs.release }}-ubuntu_jammy + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/horizon-rxt:${{ github.event.inputs.release }}-ubuntu_jammy labels: ${{ steps.meta.outputs.labels }} build-args: | RELEASE=${{ github.event.inputs.release }}