Skip to content

Commit c05707c

Browse files
authored
Merge pull request #1243 from pkgxdev/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 9fe2aa8 + ae772e6 commit c05707c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: src
7878

7979
- name: log in to docker hub
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
with:
8282
username: ${{ secrets.DOCKER_USER_NAME }}
8383
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)