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 9
9
default : main
10
10
description : khiops-python-tutorial repo revision
11
11
image-tag :
12
- default : 10.7.3 -a.0.0
12
+ default : 11.0.0 -a.0.0
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
41
41
# because the `env` context is only accessible at the step level;
42
42
# hence, it is hard-coded
43
43
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' }}
45
45
# Use the 'runner' user (1001) from github so checkout actions work properly
46
46
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
47
47
options : --user 1001
Original file line number Diff line number Diff line change 9
9
default : 11.0.0
10
10
description : khiops-samples repo revision
11
11
image-tag :
12
- default : 10.7.3 -a.0.0
12
+ default : 11.0.0 -a.0.0
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
64
64
# because the `env` context is only accessible at the step level;
65
65
# hence, it is hard-coded
66
66
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' }}
68
68
steps :
69
69
- name : Set parameters as env
70
70
run : |
Original file line number Diff line number Diff line change 10
10
default : 11.0.0
11
11
description : Git Tag/Branch/Commit for the khiops-samples Repo
12
12
image-tag :
13
- default : 10.7.3 -a.0.0
13
+ default : 11.0.0 -a.0.0
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
16
default : 11.0.0-a.0
43
43
# because the `env` context is only accessible at the step level;
44
44
# hence, it is hard-coded
45
45
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' }}
47
47
credentials :
48
48
username : ${{ github.actor }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315
315
# because the `env` context is only accessible at the step level;
316
316
# hence, it is hard-coded
317
317
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' }}
319
319
credentials :
320
320
username : ${{ github.actor }}
321
321
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments