⬆️ Update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-09-12 07:54:23 +00:00 committed by GitHub
parent 4c179d3dff
commit 1b44851355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ jobs:
echo ${{env.TAGS}}
- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}