Skip to content

Commit 8d97329

Browse files
committed
Use the Khiops core 11.0.0-based Docker image in the CI
1 parent 27144cf commit 8d97329

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
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:
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
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
@@ -71,7 +71,7 @@ jobs:
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: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)