Skip to content

Commit

Permalink
adding dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson authored Feb 20, 2024
1 parent a2a0a79 commit a38e641
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
dockerfilePath: ./docker
registryUrl: kubedocs.azurecr.io
registryUsername: ${{ secrets.KUBEDOCS_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.KUBEDOCS_REGISTRY_PASSWORD }}
containerAppName: kubedocs
resourceGroup: kubedocs
imageToBuild: kubedocs.azurecr.io/kubedocs:${{ github.sha }}
_buildArgumentsKey_: |
_buildArgumentsValues_


0 comments on commit a38e641

Please sign in to comment.