Skip to content

Commit ac03643

Browse files
ci(deps): bump docker/login-action from 3 to 4 (#71)
1 parent 3b4f896 commit ac03643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3
6363

6464
- name: Login to Docker registry
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
username: ${{ inputs.username }}
6868
password: ${{ secrets.password }}
@@ -116,7 +116,7 @@ jobs:
116116
${{ inputs.tags }}
117117
118118
- name: Login to Docker registry
119-
uses: docker/login-action@v3
119+
uses: docker/login-action@v4
120120
with:
121121
username: ${{ inputs.username }}
122122
password: ${{ secrets.password }}

0 commit comments

Comments
 (0)