Azure / container-apps-deploy-action

GitHub Action for building and deploying Azure Container Apps
MIT License
50 stars 30 forks source link

ERROR: unrecognized arguments: --replace-env-vars #101

Open moderj opened 7 months ago

moderj commented 7 months ago

Hey I'm noticing an issue regarding the environmentVariables flag

This is the error it throws when running github action ERROR: unrecognized arguments: --replace-env-vars LOG_LEVEL=info DB_URL=secretref:*** DB_NAME=secretref:*** Error: The process '/usr/bin/az' failed with exit code 2 Error: The process '/usr/bin/az' failed with exit code 2

This is the stage: Screenshot 2024-02-13 102020

amitkma commented 4 months ago

We are facing the same issue. Is there any update on this?

amitkma commented 4 months ago

I have done a fix in #106. Not sure if it is the best solution but it works for our case.