We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0c4d92 + c09b945 commit 2cb32eaCopy full SHA for 2cb32ea
1 file changed
.github/workflows/dockerBuildAcr-Lin.yml
@@ -20,7 +20,7 @@ jobs:
20
creds: ${{ secrets.AZURE_CREDENTIALS }}
21
22
- name: "Build GitHub Runner container image"
23
- uses: azure/docker-login@v1
+ uses: azure/docker-login@v2
24
with:
25
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }}
26
username: ${{ secrets.REGISTRY_USERNAME }}
@@ -42,7 +42,7 @@ jobs:
42
sarif_file: 'trivy-results.sarif'
43
44
- name: "Push container image to ACR"
45
46
47
48
0 commit comments