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 14
14
default : main
15
15
description : khiops-python-tutorial repo revision
16
16
image-tag :
17
- default : 10.7.3-a.0.0
17
+ default : 10.7.3-a.0.1
18
18
description : Development Docker Image Tag
19
19
pull_request :
20
20
paths :
44
44
# because the `env` context is only accessible at the step level;
45
45
# hence, it is hard-coded
46
46
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 ' }}
48
48
# Use the 'runner' user (1001) from github so checkout actions work properly
49
49
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
50
50
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 : 10.7.3-a.0.1
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
70
70
# because the `env` context is only accessible at the step level;
71
71
# hence, it is hard-coded
72
72
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 ' }}
74
74
steps :
75
75
- name : Set parameters as env
76
76
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 : 10.7.3-a.0.1
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
16
default : 10.7.3-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 || '10.7.3-a.0.1 ' }}
47
47
credentials :
48
48
username : ${{ github.actor }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
@@ -318,7 +318,7 @@ jobs:
318
318
# because the `env` context is only accessible at the step level;
319
319
# hence, it is hard-coded
320
320
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 ' }}
322
322
credentials :
323
323
username : ${{ github.actor }}
324
324
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments