Skip to content

Commit

Permalink
mob next
Browse files Browse the repository at this point in the history
lastFile:.github/workflows/accessibility-docker-build.yml
  • Loading branch information
amorrow-flexion committed Nov 9, 2023
1 parent ea49622 commit ec096fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accessibility-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: ACR Login
uses: azure/docker-login@v1
with:
login-server: '<login server>' # default: index.docker.io
login-server: ${{ secrets.AZ_ACR_LOGIN_SERVER }} # default: index.docker.io
username: ${{ secrets.AZ_ACR_USERNAME }}
password: ${{ secrets.AZ_ACR_PASSWORD }}
- name: Build & Push
Expand All @@ -23,4 +23,4 @@ jobs:
push: true
build-args: |
version=${{ steps.tag.outputs.tag }}
tags: ${{ secrets.ACR_ENDPOINT }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
tags: ${{ secrets.AZ_ACR_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}

0 comments on commit ec096fa

Please sign in to comment.