Skip to content

Commit

Permalink
Update my-app-AutoDeployTrigger-66885b75-f630-40a8-8d85-677bfc192af3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriRojas authored Mar 28, 2024
1 parent 39de8ce commit 81ea897
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
registryUrl: voddev.azurecr.io
registryUrl: quickstartmr.azurecr.io
registryUsername: ${{ secrets.MYAPP_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.MYAPP_REGISTRY_PASSWORD }}
containerAppName: vod-dev
resourceGroup: vod-rg
imageToBuild: voddev.azurecr.io/vod-dev:${{ github.sha }}
containerAppName: my-app
resourceGroup: jobs-quickstart
imageToBuild: quickstartmr.azurecr.io/vod-dev:${{ github.sha }}



Expand Down

0 comments on commit 81ea897

Please sign in to comment.