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 1414 default : main
1515 description : khiops-python-tutorial repo revision
1616 image-tag :
17- default : 10.7.3-a.0.0
17+ default : 10.7.3-a.0.1
1818 description : Development Docker Image Tag
1919 pull_request :
2020 paths :
4444 # because the `env` context is only accessible at the step level;
4545 # hence, it is hard-coded
4646 image : |-
47- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3-a.0.0 ' }}
47+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3-a.0.1 ' }}
4848 # Use the 'runner' user (1001) from github so checkout actions work properly
4949 # https://github.com/actions/runner/issues/2033#issuecomment-1598547465
5050 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 : 10.7.3-a.0.1
1313 description : Development Docker Image Tag
1414 pull_request :
1515 paths :
7070 # because the `env` context is only accessible at the step level;
7171 # hence, it is hard-coded
7272 image : |-
73- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a.0.0 ' }}
73+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a.0.1 ' }}
7474 steps :
7575 - name : Set parameters as env
7676 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 : 10.7.3-a.0.1
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
1616 default : 10.7.3-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 || '10.7.3-a.0.1 ' }}
4747 credentials :
4848 username : ${{ github.actor }}
4949 password : ${{ secrets.GITHUB_TOKEN }}
@@ -318,7 +318,7 @@ jobs:
318318 # because the `env` context is only accessible at the step level;
319319 # hence, it is hard-coded
320320 image : |-
321- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a.0.0 ' }}
321+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a.0.1 ' }}
322322 credentials :
323323 username : ${{ github.actor }}
324324 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments