reintroduce GPU_DRIVER build arg in CI container build, as it has apparently been removed

This commit is contained in:
Eugene Brodsky
2025-03-26 12:29:25 -04:00
committed by psychedelicious
parent d6ac822a1f
commit c28e685409

View File

@@ -97,6 +97,8 @@ jobs:
context: .
file: docker/Dockerfile
platforms: ${{ env.PLATFORMS }}
build-args: |
GPU_DRIVER=${{ matrix.gpu-driver }}
push: ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' || github.event.inputs.push-to-registry }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}