From c6e131a8d1cc46598869133a2853eb409b32aa87 Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Fri, 9 Aug 2024 14:02:42 -0700 Subject: [PATCH] change container names Signed-off-by: Alex Pickering --- .github/workflows/deploy-infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-infra.yaml b/.github/workflows/deploy-infra.yaml index 5ca3a535ac..3c2079fadb 100644 --- a/.github/workflows/deploy-infra.yaml +++ b/.github/workflows/deploy-infra.yaml @@ -792,7 +792,7 @@ jobs: run: |- if [[ -n "${{ secrets.FALCON_CID }}" ]]; then - aws ecr create-repository --repository-name falcon-node-sensor/falcon-sensor --image-tag-mutability MUTABLE + aws ecr create-repository --repository-name falcon-container/falcon-sensor --image-tag-mutability MUTABLE aws ecr create-repository --repository-name falcon-sensor/falcon-sensor --image-tag-mutability MUTABLE else echo "CrowdStrike CID missing, not creating falcon sensor repos"