Skip to content

Commit

Permalink
remove unknown arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
visoedhwa committed Oct 7, 2024
1 parent f5ff481 commit 5a38f91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
_dockerfilePathKey_: _dockerfilePath_
acrName: bcitltc
containerAppName: qcon-api
containerAppEnvironment: latest
resourceGroup: ${{ secrets.AZURE_RESOURCE_GROUP }}
imageToBuild: bcitltc.azurecr.io/qcon-api:${{ github.sha }}
_buildArgumentsKey_: |
_buildArgumentsValues_

0 comments on commit 5a38f91

Please sign in to comment.