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
|
git describe --tags --always
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ env.OWNER }}
|
username: ${{ env.OWNER }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue