Skip to content

Commit 1e5be28

Browse files
authored
Merge pull request #225 from EDM115/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents f492de8 + 00fa30c commit 1e5be28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Log in to Docker Hub
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_TOKEN }}
2424

2525
- name: Log in to the GitHub Container registry
26-
uses: docker/login-action@v2
26+
uses: docker/login-action@v3
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)