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 e795fbc + 4f4aec5 commit c334f59Copy full SHA for c334f59
.github/workflows/cicd.yml
@@ -54,7 +54,7 @@ jobs:
54
app-name: ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name
55
package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/webapp01/bin/publish'
56
57
- - uses: azure/docker-login@v1
+ - uses: azure/docker-login@v2
58
with:
59
login-server: crdevsecopscldev.azurecr.io
60
username: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments