File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 default : 11.0.0
1414 description : khiops-samples repo revision
1515 image-tag :
16- default : 11.0.0-rc.2 .0
16+ default : 11.0.0.0
1717 description : Development Docker Image Tag
1818 pull_request :
1919 paths :
4545 # because the `env` context is only accessible at the step level;
4646 # hence, it is hard-coded
4747 image : |-
48- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
48+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0.0' }}
4949 # Use the 'runner' user (1001) from github so checkout actions work properly
5050 # https://github.com/actions/runner/issues/2033#issuecomment-1598547465
5151 options : --user 1001
Original file line number Diff line number Diff line change 1212 default : 11.0.0
1313 description : khiops-samples repo revision
1414 image-tag :
15- default : 11.0.0-rc.2 .0
15+ default : 11.0.0.0
1616 description : Development Docker Image Tag
1717 pypi-target :
1818 type : choice
7171 # because the `env` context is only accessible at the step level;
7272 # hence, it is hard-coded
7373 image : |-
74- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
74+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0.0' }}
7575 steps :
7676 - name : Set parameters as env
7777 run : |
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ jobs:
362362 # because the `env` context is only accessible at the step level;
363363 # hence, it is hard-coded
364364 image : |-
365- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
365+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0.0' }}
366366 credentials :
367367 username : ${{ github.actor }}
368368 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments