Skip to content

Commit b105d99

Browse files
chore(deps): update docker/login-action action to v2 (#130)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6be67bc commit b105d99

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
@@ -25,7 +25,7 @@ jobs:
2525
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
2626
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
2727
- name: Login to DockerHub
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v2
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)