chore(deps): update docker/login-action action to v2 (#1844)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f9e80377d5
commit
6289b5be6f
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to the Container registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in New Issue