Skip to content

Commit ef9acc5

Browse files
Merge pull request #136 from microsoft/fix/error-tag-not-found
fix: pipeline login server tag not found error
2 parents ce8002b + 4252757 commit ef9acc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix' }}
3232
uses: azure/docker-login@v2
3333
with:
34-
login-server: ${{ env.ACR_LOGIN_SERVER }}
34+
login-server: ${{ env.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}
3535
username: ${{ env.ACR_USERNAME }}
3636
password: ${{ env.ACR_PASSWORD }}
3737

0 commit comments

Comments
 (0)