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 10d9a09 + f143339 commit e1dc04bCopy full SHA for e1dc04b
articles/container-instances/container-instances-github-action.md
@@ -251,9 +251,9 @@ jobs:
251
- name: 'Build and push image'
252
uses: docker/login-action@v3
253
with:
254
- registry: $({ secrets.REGISTRY_LOGIN_SERVER })
255
- username: ${{ secrets.AZURE_CLIENT_ID }}
256
- password: ${{ secrets.AZURE_CLIENT_SECRET }}
+ registry: ${{ secrets.REGISTRY_LOGIN_SERVER }}
+ username: ${{ secrets.REGISTRY_USERNAME }}
+ password: ${{ secrets.REGISTRY_PASSWORD }}
257
- run: |
258
docker build . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/sampleapp:${{ github.sha }}
259
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/sampleapp:${{ github.sha }}
0 commit comments