Skip to content

Commit c334f59

Browse files
authored
Merge pull request #57 from githubabcs-devops/dependabot/github_actions/azure/docker-login-2
Bump azure/docker-login from 1 to 2
2 parents e795fbc + 4f4aec5 commit c334f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
app-name: ${{ env.AZURE_WEBAPP_NAME }} # Replace with your app name
5555
package: '${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/webapp01/bin/publish'
5656

57-
- uses: azure/docker-login@v1
57+
- uses: azure/docker-login@v2
5858
with:
5959
login-server: crdevsecopscldev.azurecr.io
6060
username: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)