Commit 850eeb53 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: use major version include

parent 2f548223
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
include:
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  # Docker template
  - component: "gitlab.com/$TBC_NAMESPACE/docker/gitlab-ci-docker@5.9"
  - component: "gitlab.com/$TBC_NAMESPACE/docker/gitlab-ci-docker@5"
    inputs:
      healthcheck-disabled: true
      trivy-disabled: true
@@ -11,7 +11,7 @@ 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.10"
  - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@6"
    inputs:
      image: "registry.hub.docker.com/library/python:3.12"
      ruff-enabled: true