ci: update docker/login-action to v2

This commit is contained in:
Lars Gyrup Brink Nielsen 2022-06-03 10:24:14 +02:00
parent 27b0d58f67
commit 722bd6baa4

View file

@ -8,7 +8,7 @@ runs:
using: 'composite'
steps:
- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}