Skip to content

Commit

Permalink
revision suffix added v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhivandb committed Aug 25, 2022
1 parent 5d4788a commit d3f3ee3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
inlineScript: |
az config set extension.use_dynamic_install=yes_without_prompt
az containerapp registry set -n identity-check -g asgardeo-intern-project --server gramacheckservices.azurecr.io --username ${{ secrets.IDENTITYCHECK_REGISTRY_USERNAME }} --password ${{ secrets.IDENTITYCHECK_REGISTRY_PASSWORD }}
$suffix=(echo ${{ github.event.release.tag_name }} | sed 's/\./\-/g')
num=${{ github.event.release.tag_name }}
suffix=$(echo num | sed 's/\./\-/g')
az containerapp update -n identity-check -g asgardeo-intern-project --revision-suffix $suffix --image gramacheckservices.azurecr.io/gramacheck/identity-check:${{ github.event.release.tag_name }}

0 comments on commit d3f3ee3

Please sign in to comment.