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.
1 parent 5e7360d commit 5674258Copy full SHA for 5674258
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