Skip to content

Commit 274a1b8

Browse files
Update docker/login-action action to v4
1 parent 4c3ff6f commit 274a1b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

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

3131
- name: Login to Docker Hub
3232
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)