diff --git a/plugins/cloudbuild/src/components/useProjectName.ts b/plugins/cloudbuild/src/components/useProjectName.ts index 5f6752dce5..0c227f690d 100644 --- a/plugins/cloudbuild/src/components/useProjectName.ts +++ b/plugins/cloudbuild/src/components/useProjectName.ts @@ -17,7 +17,7 @@ import { useAsync } from 'react-use'; import { Entity } from '@backstage/catalog-model'; -export const CLOUDBUILD_ANNOTATION = 'google.com/cloudbuild'; +export const CLOUDBUILD_ANNOTATION = 'google.com/cloudbuild-project-slug'; export const useProjectName = (entity: Entity) => { const { value, loading, error } = useAsync(async () => {