Skip to content

Commit

Permalink
fix(ci): Set kernel flavor in image build args (ublue-os#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Sep 25, 2023
1 parent dbcdf08 commit 96f54e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
SOURCE_IMAGE=${{ env.SOURCE_IMAGE }}
KERNEL_FLAVOR=${{ matrix.kernel_flavor }}
FEDORA_MAJOR_VERSION=${{ matrix.major_version }}
NVIDIA_MAJOR_VERSION=${{ matrix.nvidia_version }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 96f54e5

Please sign in to comment.