Update docker/login-action action to v3
This commit is contained in:
parent
4b92db52a2
commit
0a6b3f4019
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
# ghcr.io
|
||||
- id: ghcr-io-login
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue