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 @@ -14,7 +14,7 @@ include: file: "templates/gitlab-ci-semrel.yml" 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" VALID_GCP_OIDC_PROVIDER: $GCP_OIDC_PROVIDER VALID_GCP_OIDC_ACCOUNT: $GCP_OIDC_ACCOUNT 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 @@ -14,7 +14,7 @@ include: file: "templates/gitlab-ci-semrel.yml" 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" VALID_GCP_OIDC_PROVIDER: $GCP_OIDC_PROVIDER VALID_GCP_OIDC_ACCOUNT: $GCP_OIDC_ACCOUNT Loading