File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.3 ' }}
74+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
7575 steps :
7676 - name : Set parameters as env
7777 run : |
Original file line number Diff line number Diff line change 4242 # because the `env` context is only accessible at the step level;
4343 # hence, it is hard-coded
4444 image : |-
45- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0.3 ' }}
45+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest ' }}
4646 credentials :
4747 username : ${{ github.actor }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
@@ -361,7 +361,7 @@ jobs:
361361 # because the `env` context is only accessible at the step level;
362362 # hence, it is hard-coded
363363 image : |-
364- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0.3 ' }}
364+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
365365 credentials :
366366 username : ${{ github.actor }}
367367 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments