Merge pull request #41 from nim65s/dependabot/github_actions/docker/login-action-2

build(deps): bump docker/login-action from 1 to 2
This commit is contained in:
Guilhem Saurel 2022-08-12 11:39:30 +02:00 committed by GitHub
commit 5905136919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
id: meta
with:
images: nim65s/matrix-webhook
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
username: nim65s
password: ${{ secrets.DOCKERHUB_TOKEN }}