Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 3e5eb70

Browse files
authored
fix: fix image names in ci/cd template
1 parent 2bc7097 commit 3e5eb70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ check-types:
4545

4646
python3.10:
4747
<<: *test
48-
image: python3.10
48+
image: python:3.10
4949

5050
python3.11:
5151
<<: *test
52-
image: python3.11
52+
image: python:3.11
5353

5454
python3.12:
5555
<<: *test
56-
image: python3.12
56+
image: python:3.12
5757

0 commit comments

Comments
 (0)