mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Update docker/login-action action to v3
This commit is contained in:
parent
4b92db52a2
commit
0a6b3f4019
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 a new issue