mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update docker/login-action action to v3 (#9428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b271e54828
commit
3c40854a8c
2
.github/workflows/github-actions-main.yml
vendored
2
.github/workflows/github-actions-main.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
# Login to Docker only if we're on a server release tag. If we run this on
|
# 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
|
# a pull request it will fail because the PR doesn't have access to
|
||||||
# secrets
|
# secrets
|
||||||
- uses: docker/login-action@v2
|
- uses: docker/login-action@v3
|
||||||
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v')
|
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v')
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user