Azure / container-apps-deploy-action

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

Build and push non cloud scenarios from GHA #75

Closed snehapar9 closed 10 months ago

snehapar9 commented 10 months ago

This PR contains the following changes.

  1. Build and push image using GHA for non-cloud build scenarios.
  2. Solely rely on registry url being null to determine internal registry scenario.
  3. Rename setAzureCliDynamicInstall to installAzureCliExtension
  4. Ensure --image is not used in non-cloud build scenarios and --source is used only in cloud build scenarios.