Skip to content

Commit

Permalink
Remove docker login step from the build workflow (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Jun 19, 2024
1 parent bd16c64 commit 7fac325
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Azure Container Registry Login
uses: Azure/docker-login@v2
with:
# Container registry username
username: ${{ secrets.SAMPLEAPP_ACR_USERNAME }}
# Container registry password
password: ${{ secrets.SAMPLEAPP_ACR_PASSWORD }}
# Container registry server url
login-server: sampleappaoaichatgpt.azurecr.io

- uses: actions/checkout@v3
- name: Build the Docker image
run:
Expand Down

0 comments on commit 7fac325

Please sign in to comment.