Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix: additional references
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Nov 13, 2023
1 parent 0cc1bd1 commit 5bb5310
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
is_stable_version: true
is_gts_version: true
exclude:
- image_flavor: -nokmods
- image_flavor: nokmods
major_version: 39
- image_flavor: -main
- image_flavor: main
major_version: 38
- image_flavor: -main
- image_flavor: main
major_version: 37
- base_image_name: onyx
major_version: 38
Expand All @@ -64,7 +64,7 @@ jobs:
if [[ "${{ matrix.image_flavor }}" =~ "nokmods" || "${{ matrix.image_flavor }}" =~ "main" ]]; then
echo "IMAGE_NAME=${{ format('{0}-{1}', matrix.base_image_name, matrix.base_name) }}" >> $GITHUB_ENV
else
echo "IMAGE_NAME=${{ format('{0}-{1}{2}', matrix.base_image_name, matrix.base_name, matrix.image_flavor) }}" >> $GITHUB_ENV
echo "IMAGE_NAME=${{ format('{0}-{1}-{2}', matrix.base_image_name, matrix.base_name, matrix.image_flavor) }}" >> $GITHUB_ENV
fi
- name: Generate tags
Expand Down

0 comments on commit 5bb5310

Please sign in to comment.