Skip to content

Commit 566c41f

Browse files
committed
fix: replace dots with dashes in version for container app revision suffix
1 parent 209c8b8 commit 566c41f

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
@@ -101,7 +101,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-10-02-preview' = {
101101
}
102102
}
103103
template: {
104-
revisionSuffix: version
104+
revisionSuffix: replace(version, '.', '-')
105105
containers: [
106106
{
107107
name: 'fake-survey-generator-api'

0 commit comments

Comments
 (0)