Skip to content

Commit 73ea059

Browse files
authored
Merge pull request #398 from librenms/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 498db0b + 8ac8978 commit 73ea059

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
@@ -50,7 +50,7 @@ jobs:
5050
-
5151
name: Login to DockerHub
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v2
53+
uses: docker/login-action@v3
5454
with:
5555
username: ${{ secrets.DOCKER_USERNAME }}
5656
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)