Skip to content

Commit

Permalink
Merge pull request #54 from MBDS-23-24/quentinhoareau-patch-2
Browse files Browse the repository at this point in the history
Update develop_pixelboard-database.yml
  • Loading branch information
quentinhoareau authored Mar 24, 2024
2 parents 41bba6a + df64fd2 commit 54e0031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop_pixelboard-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
push: true
tags: index.docker.io/${{ secrets.AzureAppService_ContainerUsername_5388477085f44da6bb2b504433e9b4c5 }}/pixelboard_database:${{ github.sha }}
file: ./Dockerfile
file: ./packages/database/Dockerfile

deploy:
runs-on: ubuntu-latest
Expand All @@ -48,4 +48,4 @@ jobs:
app-name: 'pixelboard-database'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_d03e35d369fc4fafab79c8fba0ca3422 }}
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_5388477085f44da6bb2b504433e9b4c5 }}/pixelboard_database:${{ github.sha }}'
images: 'index.docker.io/${{ secrets.AzureAppService_ContainerUsername_5388477085f44da6bb2b504433e9b4c5 }}/pixelboard_database:${{ github.sha }}'

0 comments on commit 54e0031

Please sign in to comment.