Skip to content

Commit 209c8b8

Browse files
committed
fix: update targetLabel for container app configuration to 'production'
1 parent 2dd29f7 commit 209c8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/api.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-10-02-preview' = {
7474
managedEnvironmentId: containerAppEnvironmentId
7575
configuration: {
7676
activeRevisionsMode: 'Labels'
77-
targetLabel: version
77+
targetLabel: 'production'
7878
maxInactiveRevisions: 5
7979
registries: [
8080
{

0 commit comments

Comments
 (0)