From 43d091ee3af9f3722cae71738dff7ee2d97eb3b3 Mon Sep 17 00:00:00 2001 From: Rokib Hasan Sagar <10854164+rokibhasansagar@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:01:46 +0600 Subject: [PATCH] Update build.yml - Try to fix extra variant name input [skip ci] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7c47c5..1aa4b4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,8 +202,8 @@ jobs: id: imagename run: | IMG="${GITHUB_REPOSITORY,,}/${{ matrix.target }}-${{ matrix.variant }}" - echo "name=ghcr.io/${IMG/ /-}" >> $GITHUB_OUTPUT - echo "rawname=${IMG/ /-}" >> $GITHUB_OUTPUT + echo "name=ghcr.io/${IMG// /-}" >> $GITHUB_OUTPUT + echo "rawname=${IMG// /-}" >> $GITHUB_OUTPUT - name: Stop Commands run: T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}" - name: Build target base image @@ -241,7 +241,7 @@ jobs: - target: linux64 variant: "nonfree lto" - target: linux64 - variant: "nonfree 5.1 lto" + variant: nonfree 5.1 lto - target: linux64 variant: "nonfree-shared lto" - target: linux64