Update docker/login-action action to v2

This commit is contained in:
Renovate Bot 2022-05-05 19:09:22 +00:00
parent 31e774cd2a
commit 6ab2f32738
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -29,7 +29,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Login to the GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}