From 5a38f91ac118758e48ca98a49d6ce9ee902f48df Mon Sep 17 00:00:00 2001 From: Viresh Soedhwa Date: Mon, 7 Oct 2024 10:46:33 -0700 Subject: [PATCH] remove unknown arguments --- .github/workflows/basic.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/basic.yaml b/.github/workflows/basic.yaml index ea5ac6f..d40fd3c 100644 --- a/.github/workflows/basic.yaml +++ b/.github/workflows/basic.yaml @@ -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_