@@ -242,7 +242,7 @@ jobs:
242242        body : " Daily build ${{ steps.tag.outputs.TAG }}" 
243243        target_commitish : ${{ github.sha }} 
244244
245-   ubuntu2204_docker_build_push :
245+   docker_build_push :
246246    if : github.repository == 'intel/llvm' 
247247    runs-on : [Linux, build] 
248248    permissions :
@@ -254,42 +254,16 @@ jobs:
254254      with :
255255        name : sycl_linux_default 
256256        path : devops/ 
257-     - name : Build and Push Container (with drivers)  
257+     - name : Build and Push Container 
258258      uses : ./devops/actions/build_container 
259259      with :
260260        push : ${{ github.ref_name == 'sycl' }} 
261-         file : ubuntu2204_preinstalled 
261+         file : nightly 
262262        username : ${{ github.repository_owner }} 
263263        password : ${{ secrets.GITHUB_TOKEN }} 
264264        build-args : | 
265265          base_image=ghcr.io/intel/llvm/ubuntu2404_intel_drivers 
266-           base_tag=latest  
266+           base_tag=alldeps  
267267         tags : | 
268-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:${{ github.sha }} 
269-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:latest 
270-      - name : Build and Push Container (no drivers) 
271-       uses : ./devops/actions/build_container 
272-       with :
273-         push : ${{ github.ref_name == 'sycl' }} 
274-         file : ubuntu2204_preinstalled 
275-         username : ${{ github.repository_owner }} 
276-         password : ${{ secrets.GITHUB_TOKEN }} 
277-         build-args : | 
278-           base_image=ghcr.io/intel/llvm/ubuntu2204_base 
279-           base_tag=latest 
280-          tags : | 
281-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers-${{ github.sha }} 
282-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:no-drivers 
283-      - name : Build and Push Container (Build image) 
284-       uses : ./devops/actions/build_container 
285-       with :
286-         push : ${{ github.ref_name == 'sycl' }} 
287-         file : ubuntu2204_preinstalled 
288-         username : ${{ github.repository_owner }} 
289-         password : ${{ secrets.GITHUB_TOKEN }} 
290-         build-args : | 
291-           base_image=ghcr.io/intel/llvm/ubuntu2204_build 
292-           base_tag=latest 
293-          tags : | 
294-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build-${{ github.sha }} 
295-           ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:build 
268+           ghcr.io/${{ github.repository }}/sycl_ubuntu2404_nightly:${{ github.sha }} 
269+           ghcr.io/${{ github.repository }}/sycl_ubuntu2404_nightly:latest 
0 commit comments