microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.42k stars 2.13k forks source link

Remove docker login step from the build workflow #943

Closed abhahn closed 1 week ago

abhahn commented 1 week ago

Description

Docker login won't pull secrets from PRs created from forks, which is causing failure during the PR gate for testing that the docker image builds successfully.

We don't push anything in this workflow, so we should be able to remove the login step from it without causing issues to fix this.

Contribution Checklist