Skip to content

Commit

Permalink
Align microsoft teams image name with container app name (#34)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
BlueBasher authored Sep 27, 2024
1 parent aa5dac1 commit dff6296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calendar-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cloud-infrastructure/cluster/calendar-assistant.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dff6296

Please sign in to comment.