File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
devops/actions/build_container Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
89
89
ghcr.io/${{ github.repository }}/ubuntu2004_intel_drivers:latest-${{ github.sha }}
90
90
ghcr.io/${{ github.repository }}/ubuntu2004_intel_drivers:latest
91
91
build-args : |
92
- compute_runtime_tag=${{fromJson(steps.deps.outputs.deps).linux.compute_runtime.tag }}
93
- igc_tag=${{fromJson(steps.deps.outputs.deps).linux.igc.tag }}
94
- tbb_tag=${{fromJson(steps.deps.outputs.deps).linux.tbb.tag }}
95
- fpgaemu_tag=${{fromJson(steps.deps.outputs.deps).linux.fpgaemu.tag }}
96
- cpu_tag=${{fromJson(steps.deps.outputs.deps).linux.oclcpu.tag }}
92
+ compute_runtime_tag=${{fromJson(steps.deps.outputs.deps).linux.compute_runtime.github_tag }}
93
+ igc_tag=${{fromJson(steps.deps.outputs.deps).linux.igc.github_tag }}
94
+ tbb_tag=${{fromJson(steps.deps.outputs.deps).linux.tbb.github_tag }}
95
+ fpgaemu_tag=${{fromJson(steps.deps.outputs.deps).linux.fpgaemu.github_tag }}
96
+ cpu_tag=${{fromJson(steps.deps.outputs.deps).linux.oclcpu.github_tag }}
97
97
98
98
# This job produces a Docker container with the latest versions of Intel
99
99
# drivers, that can be found on GitHub.
Original file line number Diff line number Diff line change 36
36
with :
37
37
push : ${{ inputs.push }}
38
38
tags : ${{ inputs.tags }}
39
- build-args : ${{ inputs.build_args }}
39
+ build-args : ${{ inputs.build-args }}
40
40
context : ${{ github.workspace }}/devops
41
41
file : ${{ github.workspace }}/devops/containers/${{ inputs.file }}.Dockerfile
42
42
You can’t perform that action at this time.
0 commit comments