Update docker/login-action action to v3 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-14 19:52:23 +07:00 committed by GitHub
parent d1dedfade9
commit d90caf5899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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