Skip to content

Commit 402d49d

Browse files
Merge pull request #273055 from tomvcassidy/patch-1
fixing incorrect registry string in yaml
2 parents 64a9ad7 + 5674258 commit 402d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- name: 'Build and push image'
252252
uses: docker/login-action@v3
253253
with:
254-
registry: <registry-name>.azurecr.io
254+
registry: $({ secrets.REGISTRY_LOGIN_SERVER })
255255
username: ${{ secrets.AZURE_CLIENT_ID }}
256256
password: ${{ secrets.AZURE_CLIENT_SECRET }}
257257
- run: |

0 commit comments

Comments
 (0)