Skip to content

Commit e928fab

Browse files
Update docker/login-action action to v4
1 parent bed632a commit e928fab

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: DeterminateSystems/magic-nix-cache-action@v13
1818
- uses: docker/setup-buildx-action@v3
1919
- name: Login to DockerHub
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)