Skip to content

Commit

Permalink
still trying to set dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson authored Feb 20, 2024
1 parent 6424b9f commit 8971fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
dockerfilePath: ./docker/Dockerfile
dockerfilePath: docker/Dockerfile
registryUrl: kubedocs.azurecr.io
registryUsername: ${{ secrets.KUBEDOCS_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.KUBEDOCS_REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 8971fb7

Please sign in to comment.