Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EbsIntegrator authored Aug 23, 2024
1 parent a189db1 commit 9e613b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
run: |
echo "DOCKER_IMAGE=${{ vars.ACR }}/web-${{ vars.ENV }}" >> $GITHUB_ENV
- name: Azure Login
uses: Azure/login@v2.1.1
- name: Azure Container Registry login
uses: azure/docker-login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
login-server: ${{ env.ACR }}
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}

- name: Build and push Docker image
run: |
Expand Down

0 comments on commit 9e613b0

Please sign in to comment.