@@ -242,7 +242,7 @@ jobs:
242
242
body : " Daily build ${{ steps.tag.outputs.TAG }}"
243
243
target_commitish : ${{ github.sha }}
244
244
245
- ubuntu2204_docker_build_push :
245
+ docker_build_push :
246
246
if : github.repository == 'intel/llvm'
247
247
runs-on : [Linux, build]
248
248
permissions :
@@ -254,42 +254,16 @@ jobs:
254
254
with :
255
255
name : sycl_linux_default
256
256
path : devops/
257
- - name : Build and Push Container (with drivers)
257
+ - name : Build and Push Container
258
258
uses : ./devops/actions/build_container
259
259
with :
260
260
push : ${{ github.ref_name == 'sycl' }}
261
- file : ubuntu2204_preinstalled
261
+ file : nightly
262
262
username : ${{ github.repository_owner }}
263
263
password : ${{ secrets.GITHUB_TOKEN }}
264
264
build-args : |
265
265
base_image=ghcr.io/intel/llvm/ubuntu2404_intel_drivers
266
- base_tag=latest
266
+ base_tag=alldeps
267
267
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