Skip to content

Commit

Permalink
Fixed imageToDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin committed Feb 4, 2024
1 parent 4a17419 commit 374dbee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,9 @@ jobs:
- name: Deploy to Azure Container Apps
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
registryUrl: docker.io
registryUsername: ${{ secrets.FOODDIARY_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.FOODDIARY_REGISTRY_PASSWORD }}
containerAppName: food-diary
resourceGroup: rg-food-diary
imageToDeploy: ${{ secrets.AzureAppService_ContainerUsername_6ff515138c474569b14fb663d02b6c5d }}/food-diary:${{ github.sha }}
imageToDeploy: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_6ff515138c474569b14fb663d02b6c5d }}/food-diary:${{ github.sha }}

deploy-app-service:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 374dbee

Please sign in to comment.