Skip to content

Commit e7722f1

Browse files
Update docker/login-action action to v4
1 parent c0e7b1d commit e7722f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Login to DockerHub
2727
if: github.event_name != 'pull_request'
28-
uses: docker/login-action@v3.4.0
28+
uses: docker/login-action@v4.0.0
2929
with:
3030
username: ${{ secrets.DOCKERHUB_USERNAME }}
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)