Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 committed Feb 14, 2025
1 parent 7e3bb2d commit 417ffee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/image-build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ permissions:

jobs:
build-image:
strategy:
matrix:
arch: ["amd64"]
driver_version: ["550.127.08"]
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
tags: ${{ github.ref_name }}
tags: "${{ matrix.driver_version }}-${{ matrix.arch }}"
name: gpu-driver
dockerfile: Dockerfile
export-tags: true
build-args:
TARGET_ARCH: ${{ matrix.arch }}
DRIVER_VERSION: ${{ matrix.driver_version }}

0 comments on commit 417ffee

Please sign in to comment.