Skip to content

Commit e7f552a

Browse files
authored
Merge pull request #38 from nxtrace/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 966577b + 341f355 commit e7f552a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
uses: docker/setup-buildx-action@v4
308308

309309
- name: Log in to DockerHub
310-
uses: docker/login-action@v3
310+
uses: docker/login-action@v4
311311
with:
312312
username: ${{ secrets.DOCKERHUB_USERNAME }}
313313
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)