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