Skip to content

Commit 779887b

Browse files
authored
Merge pull request #21 from INsReady/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents d35ac03 + 1fe4408 commit 779887b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818
-
1919
name: Login to DockerHub
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)