Update docker/login-action action to v2

This commit is contained in:
Renovate Bot 2022-05-05 19:35:41 +00:00
parent 82cff0edac
commit 013a2ffd7d
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -26,7 +26,7 @@ jobs:
id: go
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}