Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Nov 29, 2024
1 parent a9def23 commit 602d5a2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ jobs:
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
_dockerfilePathKey_: _dockerfilePath_
registryUrl: index.docker.io
registryUsername: ${{ secrets.RESEARCHINDEX_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.RESEARCHINDEX_REGISTRY_PASSWORD }}
containerAppName: research-index
resourceGroup: ccg_research_index
imageToBuild: index.docker.io/research-index:${{ github.sha }}
_buildArgumentsKey_: _buildArgumentsValues_

0 comments on commit 602d5a2

Please sign in to comment.