Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ include: prod-publish-strategy: "auto" release-extra-tags: "latest \\g<major>.\\g<minor>\\g<build> \\g<major>\\g<build>" # Python template - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@6" - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@7" inputs: image: "registry.hub.docker.com/library/python:3.12" image: "registry.hub.docker.com/library/python:3.12-slim" ruff-enabled: true sbom-disabled: true package-enabled: true Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ include: prod-publish-strategy: "auto" release-extra-tags: "latest \\g<major>.\\g<minor>\\g<build> \\g<major>\\g<build>" # Python template - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@6" - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@7" inputs: image: "registry.hub.docker.com/library/python:3.12" image: "registry.hub.docker.com/library/python:3.12-slim" ruff-enabled: true sbom-disabled: true package-enabled: true Loading