Skip to content

Commit a16d556

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#5728)
1 parent cbfa1ed commit a16d556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@v4
6767

6868
- name: Log in to DockerHub
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
with:
7171
username: ${{ secrets.DOCKERHUB_SB_USERNAME }}
7272
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}

0 commit comments

Comments
 (0)