chore(deps): update docker/login-action action to v4 (#4357)
This commit is contained in:
parent
f8521febc1
commit
c1ab075c1e
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
git describe --tags --always
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ env.OWNER }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue