File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 default : main
1010 description : khiops-python-tutorial repo revision
1111 image-tag :
12- default : 10.7.3 -a.0.0
12+ default : 11.0.0 -a.0.0
1313 description : Development Docker Image Tag
1414 pull_request :
1515 paths :
4141 # because the `env` context is only accessible at the step level;
4242 # hence, it is hard-coded
4343 image : |-
44- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3 -a.0.0' }}
44+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0 -a.0.0' }}
4545 # Use the 'runner' user (1001) from github so checkout actions work properly
4646 # https://github.com/actions/runner/issues/2033#issuecomment-1598547465
4747 options : --user 1001
Original file line number Diff line number Diff line change 99 default : 11.0.0
1010 description : khiops-samples repo revision
1111 image-tag :
12- default : 10.7.3 -a.0.0
12+ default : 11.0.0 -a.0.0
1313 description : Development Docker Image Tag
1414 pull_request :
1515 paths :
6464 # because the `env` context is only accessible at the step level;
6565 # hence, it is hard-coded
6666 image : |-
67- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3 -a.0.0' }}
67+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0 -a.0.0' }}
6868 steps :
6969 - name : Set parameters as env
7070 run : |
Original file line number Diff line number Diff line change 1010 default : 11.0.0
1111 description : Git Tag/Branch/Commit for the khiops-samples Repo
1212 image-tag :
13- default : 10.7.3 -a.0.0
13+ default : 11.0.0 -a.0.0
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
1616 default : 11.0.0-a.0
4343 # because the `env` context is only accessible at the step level;
4444 # hence, it is hard-coded
4545 image : |-
46- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3 -a.0.0' }}
46+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0 -a.0.0' }}
4747 credentials :
4848 username : ${{ github.actor }}
4949 password : ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315315 # because the `env` context is only accessible at the step level;
316316 # hence, it is hard-coded
317317 image : |-
318- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3 -a.0.0' }}
318+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0 -a.0.0' }}
319319 credentials :
320320 username : ${{ github.actor }}
321321 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments