Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
- Try to fix extra variant name input [skip ci]
  • Loading branch information
rokibhasansagar authored Dec 5, 2023
1 parent 4579181 commit 43d091e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43d091e

Please sign in to comment.