We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75817a5 + 41d96f9 commit a39ff23Copy full SHA for a39ff23
.github/workflows/docker-build-and-push.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ (github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'hotfix') }}
36
uses: azure/docker-login@v2
37
with:
38
- login-server: ${{ secrets.ACR_LOGIN_SERVER }}
+ login-server: ${{ secrets.ACR_LOGIN_SERVER || 'acrlogin.azurecr.io' }}
39
username: ${{ secrets.ACR_USERNAME }}
40
password: ${{ secrets.ACR_PASSWORD }}
41
0 commit comments