Skip to content

Commit f7c5613

Browse files
Update docker/login-action action to v4
1 parent 695c9c9 commit f7c5613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v3
2222
- name: Login to Docker Hub
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
username: ${{ secrets.DOCKER_HUB_USER }}
2626
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)