Skip to content

Commit dcccc24

Browse files
committed
Add step to build new container
1 parent 4797d65 commit dcccc24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,13 @@ jobs:
260260
tags: |
261261
ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build-${{ github.sha }}
262262
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

Comments
 (0)