From b70db68447cc6c2e9198b35f9c5f75278f3e4e25 Mon Sep 17 00:00:00 2001 From: Samuel Monson Date: Thu, 9 Oct 2025 15:56:37 -0400 Subject: [PATCH] Fix typo in CI Signed-off-by: Samuel Monson --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index d63e12ad..2b5e92cc 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -311,7 +311,7 @@ jobs: image: ${{ github.event.repository.name }} build-args: | GUIDELLM_BUILD_TYPE=candidate - tags: ${{ env.package_version= }}~rc + tags: ${{ env.package_version }}~rc containerfiles: | ./Containerfile - name: Push To ghcr.io