Skip to content

Commit 06694e8

Browse files
Update docker/login-action action to v3
1 parent 6505729 commit 06694e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: docker/login-action@v2
13+
- uses: docker/login-action@v3
1414
with:
1515
username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)