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 64a9ad7 + 5674258 commit 402d49dCopy full SHA for 402d49d
articles/container-instances/container-instances-github-action.md
@@ -251,7 +251,7 @@ jobs:
251
- name: 'Build and push image'
252
uses: docker/login-action@v3
253
with:
254
- registry: <registry-name>.azurecr.io
+ registry: $({ secrets.REGISTRY_LOGIN_SERVER })
255
username: ${{ secrets.AZURE_CLIENT_ID }}
256
password: ${{ secrets.AZURE_CLIENT_SECRET }}
257
- run: |
0 commit comments