Skip to content

Commit fd3ec5a

Browse files
authored
Update main_farfalle-backend.yml
1 parent 380c892 commit fd3ec5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_farfalle-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
push: true
3333
tags: farfallebackend.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_abc14ec1783a4e46b2aaa3b71b6ff5f2 }}/farfalle-backend:${{ github.sha }}
34-
file: ./Dockerfile
34+
file: ./src/backend/Dockerfile
3535

3636
deploy:
3737
runs-on: ubuntu-latest
@@ -48,4 +48,4 @@ jobs:
4848
app-name: 'farfalle-backend'
4949
slot-name: 'production'
5050
publish-profile: ${{ secrets.AzureAppService_PublishProfile_8693fb95506746ad8d81ab75d836aec5 }}
51-
images: 'farfallebackend.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_abc14ec1783a4e46b2aaa3b71b6ff5f2 }}/farfalle-backend:${{ github.sha }}'
51+
images: 'farfallebackend.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_abc14ec1783a4e46b2aaa3b71b6ff5f2 }}/farfalle-backend:${{ github.sha }}'

0 commit comments

Comments
 (0)