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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-06 00:32:07 +03:00 committed by GitHub
parent 9ae063c333
commit be76f281db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
- name: 🔓 Registry login
if: github.event_name == 'push'
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}