Skip to content

Commit 78116cd

Browse files
Update docker/login-action action to v4
1 parent 91ce81b commit 78116cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- uses: docker/setup-buildx-action@v3
2323

2424
# Login to DockerHub
25-
- uses: docker/login-action@v3
25+
- uses: docker/login-action@v4
2626
if: ${{ env.SHOULD_PUBLISH == 'true' }}
2727
with:
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}
3030

3131
# Login to GHCR
32-
- uses: docker/login-action@v3
32+
- uses: docker/login-action@v4
3333
if: ${{ env.SHOULD_PUBLISH == 'true' }}
3434
with:
3535
registry: ghcr.io

0 commit comments

Comments
 (0)