Update docker/login-action action to v2.1.0 (#11)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-23 03:05:29 +07:00 committed by GitHub
parent 1f1e2bef1c
commit fb9b387534
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@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}