Skip to content

Commit 55006cc

Browse files
chore(deps): update docker/login-action action to v2 (#5163)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cd78f32 commit 55006cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v1
3131

3232
- name: Login to Docker Hub
33-
uses: docker/login-action@v1
33+
uses: docker/login-action@v2
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)