From dff62966bab06c8c6b692e3cdd30b29568d38eba Mon Sep 17 00:00:00 2001 From: Marco van Kimmenade Date: Fri, 27 Sep 2024 17:03:05 +0200 Subject: [PATCH] Align microsoft teams image name with container app name (#34) ### Summary & Motivation Align the image name used for Microsoft Teams with the container app name to ensure consistency across the naming conventions ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary --- .github/workflows/calendar-assistant.yml | 2 +- cloud-infrastructure/cluster/calendar-assistant.bicep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calendar-assistant.yml b/.github/workflows/calendar-assistant.yml index 216a04aae..7ae231cf5 100644 --- a/.github/workflows/calendar-assistant.yml +++ b/.github/workflows/calendar-assistant.yml @@ -241,7 +241,7 @@ jobs: uses: ./.github/workflows/_deploy-container.yml secrets: inherit with: - image_name: calendar-assistant-microsoft-teams + image_name: calendar-assistant-ms-teams version: ${{ needs.build-and-test.outputs.version }} artifacts_name: calendar-assistant-microsoft-teams artifacts_path: application/calendar-assistant/MicrosoftTeams/publish diff --git a/cloud-infrastructure/cluster/calendar-assistant.bicep b/cloud-infrastructure/cluster/calendar-assistant.bicep index a5eeb095c..201bbe378 100644 --- a/cloud-infrastructure/cluster/calendar-assistant.bicep +++ b/cloud-infrastructure/cluster/calendar-assistant.bicep @@ -185,7 +185,7 @@ module calendarAssistantMicrosoftTeams '../modules/container-app.bicep' = { containerAppsEnvironmentId: trim(containerAppsEnvironmentId) containerAppsEnvironmentName: trim(containerAppsEnvironmentName) containerRegistryName: containerRegistryName - containerImageName: 'calendar-assistant-microsoft-teams' + containerImageName: 'calendar-assistant-ms-teams' containerImageTag: calendarAssistantVersion cpu: '0.25' memory: '0.5Gi'