We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955e800 commit 8e479f7Copy full SHA for 8e479f7
.github/workflows/sycl-linux-run-tests.yml
@@ -12,7 +12,6 @@ on:
12
required: True
13
image:
14
type: string
15
- default: 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'
16
required: False
17
image_options:
18
@@ -187,7 +186,7 @@ jobs:
187
186
name: ${{ inputs.name }}
188
runs-on: ${{ fromJSON(inputs.runner) }}
189
container:
190
- image: ${{ inputs.image }}
+ image: ${{ inputs.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
191
options: ${{ inputs.image_options }}
192
env: ${{ fromJSON(inputs.env) }}
193
steps:
0 commit comments