Skip to content

Commit 1bbb5a1

Browse files
authored
Merge pull request #471 from wallabag/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 32023ab + 89363d1 commit 1bbb5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/checkout@v6
1717

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

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)