WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a1cdb97

Browse files
Update container image tag to include version detail (#677)
1 parent ff681af commit a1cdb97

File tree

2 files changed

+70
-106
lines changed

2 files changed

+70
-106
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ param containerRegistryHostname string = 'bycwacontainerreg.azurecr.io'
133133
param containerImageName string = 'byc-wa-app'
134134

135135
@description('Optional. The Container Image Tag to deploy on the webapp.')
136-
param containerImageTag string = 'latest_waf'
136+
param imageTag string = 'latest_waf_2025-09-18_794'
137137

138138
@description('Optional. Resource ID of an existing Foundry project')
139139
param existingFoundryProjectResourceId string = ''
@@ -991,7 +991,7 @@ module webSite 'modules/web-sites.bicep' = {
991991
kind: 'app,linux,container'
992992
serverFarmResourceId: webServerFarm.?outputs.resourceId
993993
siteConfig: {
994-
linuxFxVersion: 'DOCKER|${containerRegistryHostname}/${containerImageName}:${containerImageTag}'
994+
linuxFxVersion: 'DOCKER|${containerRegistryHostname}/${containerImageName}:${imageTag}'
995995
minTlsVersion: '1.2'
996996
}
997997
configs: [

0 commit comments

Comments
 (0)