Skip to content

Commit 4252757

Browse files
fix the tag not found error
1 parent ce8002b commit 4252757

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)