File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name: CI • GAP9 (Tiled)
1717 docker_image_deeploy :
1818 description : " Deeploy Image to use"
1919 required : false
20- default : " ghcr.io/xeratec /deeploy-gap9:fix_ci "
20+ default : " ghcr.io/pulp-platform /deeploy-gap9:devel "
2121
2222concurrency :
2323 group : ${{ github.workflow }}-${{ github.ref }}
2727 select-env :
2828 uses : ./.github/workflows/_select-env.yml
2929 with :
30- docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/xeratec /deeploy-gap9:fix_ci ' }}
30+ docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform /deeploy-gap9:devel ' }}
3131
3232 gap9-kernels-tiled-singlebuffer-L2 :
3333 needs : select-env
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name: CI • GAP9
1717 docker_image_deeploy :
1818 description : " Deeploy Image to use"
1919 required : false
20- default : " ghcr.io/xeratec /deeploy-gap9:fix_ci "
20+ default : " ghcr.io/pulp-platform /deeploy-gap9:devel "
2121
2222
2323concurrency :
2828 select-env :
2929 uses : ./.github/workflows/_select-env.yml
3030 with :
31- docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/xeratec /deeploy-gap9:fix_ci ' }}
31+ docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform /deeploy-gap9:devel ' }}
3232
3333 gap9-kernels :
3434 needs : select-env
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name: Infrastructure • Generate CCache GAP9
1111 docker_image_deeploy :
1212 description : " Deeploy GAP9 Image to use"
1313 required : false
14- default : " ghcr.io/xeratec /deeploy-gap9:fix_ci "
14+ default : " ghcr.io/pulp-platform /deeploy-gap9:devel "
1515 schedule :
1616 # Runs the workflow on the default branch every day at 2AM CET to keep the cache fresh
1717 - cron : " 0 2 * * *"
2121 if : github.repository == 'pulp-platform/Deeploy'
2222 runs-on : ubuntu-latest
2323 container :
24- image : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/xeratec /deeploy-gap9:fix_ci ' }}
24+ image : ${{ github.event.inputs.docker_image_deeploy || 'ghcr.io/pulp-platform /deeploy-gap9:devel ' }}
2525 steps :
2626 - name : Checkout Repo
2727 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments