Skip to content

Commit 5179738

Browse files
committed
Update Docker image tags to use the 11.0.0.a.0 Khiops core version
1 parent 6f1dc94 commit 5179738

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
description: khiops-python-tutorial repo revision
1111
image-tag:
12-
default: 10.7.3-a.0.0
12+
default: 11.0.0-a.0.0
1313
description: Development Docker Image Tag
1414
pull_request:
1515
paths:
@@ -41,7 +41,7 @@ jobs:
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.7.3-a.0.0' }}
44+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-a.0.0' }}
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

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: 11.0.0
1010
description: khiops-samples repo revision
1111
image-tag:
12-
default: 10.7.3-a.0.0
12+
default: 11.0.0-a.0.0
1313
description: Development Docker Image Tag
1414
pull_request:
1515
paths:
@@ -64,7 +64,7 @@ jobs:
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.7.3-a.0.0' }}
67+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-a.0.0' }}
6868
steps:
6969
- name: Set parameters as env
7070
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: 11.0.0
1111
description: Git Tag/Branch/Commit for the khiops-samples Repo
1212
image-tag:
13-
default: 10.7.3-a.0.0
13+
default: 11.0.0-a.0.0
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
1616
default: 11.0.0-a.0
@@ -43,7 +43,7 @@ jobs:
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.7.3-a.0.0' }}
46+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-a.0.0' }}
4747
credentials:
4848
username: ${{ github.actor }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315315
# because the `env` context is only accessible at the step level;
316316
# hence, it is hard-coded
317317
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' }}
319319
credentials:
320320
username: ${{ github.actor }}
321321
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)