Skip to content

Commit 1274011

Browse files
authored
bump docker/login-action
1 parent d3a17a4 commit 1274011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Login to DockerHub
37-
uses: docker/login-action@v1
37+
uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)