Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include: file: "templates/gitlab-ci-docker.yml" # Python template - project: "$TBC_NAMESPACE/python" ref: "6.7" ref: "7.0" file: "/templates/gitlab-ci-python.yml" # semantic-release template - project: "$TBC_NAMESPACE/semantic-release" Loading @@ -26,7 +26,7 @@ stages: - production variables: PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11" PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11-slim" PYTHON_SBOM_DISABLED: "true" DOCKER_BUILD_ARGS: "--cache-ttl=6h" DOCKER_PROD_PUBLISH_STRATEGY: "auto" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ include: file: "templates/gitlab-ci-docker.yml" # Python template - project: "$TBC_NAMESPACE/python" ref: "6.7" ref: "7.0" file: "/templates/gitlab-ci-python.yml" # semantic-release template - project: "$TBC_NAMESPACE/semantic-release" Loading @@ -26,7 +26,7 @@ stages: - production variables: PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11" PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11-slim" PYTHON_SBOM_DISABLED: "true" DOCKER_BUILD_ARGS: "--cache-ttl=6h" DOCKER_PROD_PUBLISH_STRATEGY: "auto" Loading