1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Update docker/login-action action to v2 (#7286)

This commit is contained in:
renovate[bot]
2022-11-15 08:12:16 +00:00
committed by GitHub
parent d2457a0079
commit d1089f9284

View File

@@ -79,7 +79,7 @@ jobs:
# Login to Docker only if we're on a server release tag. If we run this on
# a pull request it will fail because the PR doesn't have access to
# secrets
- uses: docker/login-action@v1
- uses: docker/login-action@v2
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v')
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}