Skip to content

Commit 2d4c25c

Browse files
committed
Bump dev container tag to the latest alpha (using updated dependencies)
1 parent 11f0978 commit 2d4c25c

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
@@ -14,7 +14,7 @@ on:
1414
default: main
1515
description: khiops-python-tutorial repo revision
1616
image-tag:
17-
default: 10.7.3-a.0.0
17+
default: 10.7.3-a.0.1
1818
description: Development Docker Image Tag
1919
pull_request:
2020
paths:
@@ -44,7 +44,7 @@ jobs:
4444
# because the `env` context is only accessible at the step level;
4545
# hence, it is hard-coded
4646
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' }}
4848
# Use the 'runner' user (1001) from github so checkout actions work properly
4949
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
5050
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: 10.7.3-a.0.1
1313
description: Development Docker Image Tag
1414
pull_request:
1515
paths:
@@ -70,7 +70,7 @@ jobs:
7070
# because the `env` context is only accessible at the step level;
7171
# hence, it is hard-coded
7272
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' }}
7474
steps:
7575
- name: Set parameters as env
7676
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: 10.7.3-a.0.1
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
1616
default: 10.7.3-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 || '10.7.3-a.0.1' }}
4747
credentials:
4848
username: ${{ github.actor }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
@@ -318,7 +318,7 @@ jobs:
318318
# because the `env` context is only accessible at the step level;
319319
# hence, it is hard-coded
320320
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' }}
322322
credentials:
323323
username: ${{ github.actor }}
324324
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)