Skip to content

Commit 8e479f7

Browse files
Another approach for default image that will hopefully work for matrix
1 parent 955e800 commit 8e479f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
required: True
1313
image:
1414
type: string
15-
default: 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'
1615
required: False
1716
image_options:
1817
type: string
@@ -187,7 +186,7 @@ jobs:
187186
name: ${{ inputs.name }}
188187
runs-on: ${{ fromJSON(inputs.runner) }}
189188
container:
190-
image: ${{ inputs.image }}
189+
image: ${{ inputs.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
191190
options: ${{ inputs.image_options }}
192191
env: ${{ fromJSON(inputs.env) }}
193192
steps:

0 commit comments

Comments
 (0)