chore(deps): update docker/login-action action to v4
This commit is contained in:
parent
9f5172f537
commit
a16cd49b81
|
|
@ -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