Skip to content

Commit 074d782

Browse files
authored
Merge pull request #20 from appotry/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 4c9244c + 2f64b39 commit 074d782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build Image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- name: Login to DockerHub
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@v4
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
3535
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)