diff options
Diffstat (limited to '.github/workflows/build.yaml')
| -rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88bde0e..281c788 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,10 +26,10 @@ jobs: containerfile: ./akmods/Containerfile context: ./akmods extra_tags: | - type=raw,value=39-535 + type=raw,value=39-550 build_args: | FEDORA_VERSION=39 - NVIDIA_VERSION=535 + NVIDIA_VERSION=550 secrets: akmods_key: ${{ secrets.AKMODS_KEY }} @@ -99,7 +99,7 @@ jobs: include: - image_flavor: getchblue fedora_version: 39 - nvidia_version: 535 + nvidia_version: 550 uses: ./.github/workflows/build-image.yaml with: |
