Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsocro committed Sep 23, 2024
1 parent 88a7878 commit af45a53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/azure-deploy-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
with:
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }}
resourceGroupName: ${{ secrets.AZURE_RG_TEST }}
template: infra/main-test.bicep
template: infra/azure-containerApps.bicep
parameters: |
acrLoginServer=${{ secrets.AZURE_CONTAINER_REGISTRY_NAME_TEST }}.azurecr.io
imageTag=${{ env.IMAGE_TAG }}
sqlServerPassword=${{ secrets.SQL_SERVER_PASSWORD_TEST }}
failOnStdErr: false

0 comments on commit af45a53

Please sign in to comment.