Skip to content

Commit 114c63a

Browse files
author
Thierry RAMORASOAVINA
committed
Use the latest tag for khiopspydev docker images
1 parent 60082d4 commit 114c63a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3' }}
74+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest' }}
7575
steps:
7676
- name: Set parameters as env
7777
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# because the `env` context is only accessible at the step level;
4343
# hence, it is hard-coded
4444
image: |-
45-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0.3' }}
45+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest' }}
4646
credentials:
4747
username: ${{ github.actor }}
4848
password: ${{ secrets.GITHUB_TOKEN }}
@@ -361,7 +361,7 @@ jobs:
361361
# because the `env` context is only accessible at the step level;
362362
# hence, it is hard-coded
363363
image: |-
364-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0.3' }}
364+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest' }}
365365
credentials:
366366
username: ${{ github.actor }}
367367
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)