Skip to content

Commit f76b30b

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/docker/login-action-2.2.0'
2 parents 9886186 + 4a35910 commit f76b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/[email protected]
3333

3434
- name: Login to DockerHub
35-
uses: docker/login-action@v2.1.0
35+
uses: docker/login-action@v2.2.0
3636
with:
3737
username: ${{ secrets.DOCKER_USERNAME }}
3838
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)