Azure / container-apps-deploy-action

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

Fixed incorrect argument validation bug #21

Closed cormacpayne closed 1 year ago

cormacpayne commented 1 year ago

Resolves issue https://github.com/Azure/container-apps-deploy-pipelines-task/issues/11 -- fixes an issue where acrName is no longer able to be provided without the appSourcePath argument, disallowing users to provide acrName with imageToDeploy to authenticate access to the ACR instance that the image was previously deployed to.