Skip to content

Commit 94e9b54

Browse files
Update docker/login-action action to v4
1 parent 4486a05 commit 94e9b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: sbt/setup-sbt@v1
2020
- uses: docker/setup-buildx-action@v1
2121
- name: Login to DockerHub
22-
uses: docker/login-action@v1
22+
uses: docker/login-action@v4
2323
with:
2424
username: ${{ secrets.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)