Skip to content

Commit

Permalink
made amd-intel image not have suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 11, 2024
1 parent 5b7567e commit c55fc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
env:
VARIANT: ${{ matrix.variant }}
CONTAINERFILE: ${{ matrix.variant == 'amd' && './Containerfile' || './Containerfile-Nvidia' }}
IMAGE_NAME_SUFFIX: ${{ matrix.variant }}
IMAGE_NAME_SUFFIX: ${{ matrix.variant == 'nvidia' && '-nvidia' || '' }}


permissions:
contents: read
Expand Down

0 comments on commit c55fc48

Please sign in to comment.