Skip to content

Commit 36ff6d0

Browse files
chore(deps): bump docker/login-action from 1 to 3 (#12327)
1 parent 20481ab commit 36ff6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-dev-image-on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Login to Docker Hub
5151
if: github.ref == 'refs/heads/master'
52-
uses: docker/login-action@v1
52+
uses: docker/login-action@v3
5353
with:
5454
username: ${{ secrets.DOCKERHUB_USER }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)