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 4797d65 commit dcccc24Copy full SHA for dcccc24
.github/workflows/sycl-nightly.yml
@@ -260,3 +260,13 @@ jobs:
260
tags: |
261
ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build-${{ github.sha }}
262
ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build
263
+ - name: Build Container (Build image with drivers)
264
+ uses: ./devops/actions/build_container
265
+ with:
266
+ push: false
267
+ file: ubuntu2204_intel_drivers
268
+ username: ${{ github.repository_owner }}
269
+ password: ${{ secrets.GITHUB_TOKEN }}
270
+ build-args: |
271
+ base_image=ghcr.io/intel/llvm/ubuntu2204_build
272
+ base_tag=latest
0 commit comments