Update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-09-12 18:03:05 +00:00 committed by Matthew Seaman
parent 4b92db52a2
commit 0a6b3f4019

View File

@ -51,7 +51,7 @@ jobs:
# ghcr.io # ghcr.io
- id: ghcr-io-login - id: ghcr-io-login
name: Login to GitHub Container Registry name: Login to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}