Skip to content

Commit ce79363

Browse files
Update docker/login-action action to v4
1 parent 201e7ee commit ce79363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Login to Docker Hub
3131
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
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)