update docker login action to v2

pull/1118/head
Willy 2023-02-19 00:18:53 +01:00
parent e4236521f0
commit 31c3623bc1
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ jobs:
name: docker-images name: docker-images
path: images path: images
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}