Skip to content

Commit 36028af

Browse files
authored
Merge pull request #13 from INsReady/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 90a718e + 306610c commit 36028af

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@v4
1818
-
1919
name: Login to DockerHub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)