We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd0e3 commit 5c4ae85Copy full SHA for 5c4ae85
.github/workflows/acr_docker_image.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Log into ACR
19
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
20
with:
21
registry: ${{ secrets.ACR_ENDPOINT }}
22
username: ${{ secrets.ACR_USERNAME }}
0 commit comments