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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-tools.yml
vendored
2
.github/workflows/dev-tools.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue