File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.3.2.0 ' }}
44+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest ' }}
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 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.3.2.0 ' }}
67+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
6868 steps :
6969 - name : Set parameters as env
7070 run : |
Original file line number Diff line number Diff line change 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.3.2.0 ' }}
46+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest ' }}
4747 credentials :
4848 username : ${{ github.actor }}
4949 password : ${{ secrets.GITHUB_TOKEN }}
@@ -312,7 +312,7 @@ jobs:
312312 # because the `env` context is only accessible at the step level;
313313 # hence, it is hard-coded
314314 image : |-
315- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.3.2.0 ' }}
315+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
316316 credentials :
317317 username : ${{ github.actor }}
318318 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments