Skip to content

Commit b0f4e80

Browse files
authored
Merge pull request #83 from BrianAllred/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 244cc65 + a3da478 commit b0f4e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Log in to Docker Hub
18-
uses: docker/login-action@v3
18+
uses: docker/login-action@v4
1919
with:
2020
username: ${{ secrets.DOCKER_USERNAME }}
2121
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)