Skip to content

Commit

Permalink
add access management publish image name (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes authored Nov 29, 2024
1 parent 769eb54 commit dfee80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/Altinn.AccessManagement/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"image": {},
"infra": {
"terraform": {
"stateFile": "Altinn.Authorization.AccessManagement.tfstate"
"stateFile": "Altinn.AccessManagement.tfstate"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<IsAppProject>true</IsAppProject>
<ContainerName>altinn-authorization-deployapi</ContainerName>
<ContainerName>altinn-accessmanagement</ContainerName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dfee80f

Please sign in to comment.