Skip to content

Commit 5c4ae85

Browse files
chore(deps): update docker/login-action action to v3 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41bd0e3 commit 5c4ae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acr_docker_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Log into ACR
19-
uses: docker/login-action@v2
19+
uses: docker/login-action@v3
2020
with:
2121
registry: ${{ secrets.ACR_ENDPOINT }}
2222
username: ${{ secrets.ACR_USERNAME }}

0 commit comments

Comments
 (0)