Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aymenfurter authored Aug 7, 2024
1 parent cb866dc commit e6b239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module app 'core/host/container-app.bicep' = {
name: '${environmentName}-app'
location: location
identityType: 'SystemAssigned'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e'
imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:1386e5e55579b237f15886d5b944e2ea3743c2fb'
tags: { 'azd-service-name': 'app' }
containerAppsEnvironmentName: containerApps.outputs.environmentName
env: [
Expand Down

0 comments on commit e6b239d

Please sign in to comment.