Skip to content

dockerfile

dockerfile #2

name: Cloud-Manager Build Image
on:
push:
branches:
- main
tags:
- "*"
permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout
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: "${{ matrix.driver_version }}-${{ matrix.arch }}"
name: gpu-driver
dockerfile: Dockerfile
export-tags: true
build-args:
TARGET_ARCH: ${{ matrix.arch }}

Check failure on line 27 in .github/workflows/image-build-main.yaml

View workflow run for this annotation

GitHub Actions / Cloud-Manager Build Image

Invalid workflow file

The workflow is not valid. .github/workflows/image-build-main.yaml (Line: 27, Col: 9): A mapping was not expected
DRIVER_VERSION: ${{ matrix.driver_version }}