From 3e5eb707a4b3e8cb864a0d4f341575b860ddfb94 Mon Sep 17 00:00:00 2001 From: Ilya Bushmakin <116601147+ilbumi@users.noreply.github.com> Date: Wed, 29 May 2024 15:49:04 +0400 Subject: [PATCH] fix: fix image names in ci/cd template --- ...ovider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja b/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja index 42d827f..ad6ea07 100644 --- a/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja +++ b/project/{% if repository_provider == 'gitlab.com' %}.gitlab-ci.yml{% endif %}.jinja @@ -45,13 +45,13 @@ check-types: python3.10: <<: *test - image: python3.10 + image: python:3.10 python3.11: <<: *test - image: python3.11 + image: python:3.11 python3.12: <<: *test - image: python3.12 + image: python:3.12