mirror of https://github.com/nicolargo/glances.git
chore(deps): update docker/login-action action to v3
This commit is contained in:
parent
9211b39438
commit
496c96879c
|
|
@ -130,7 +130,7 @@ jobs:
|
|||
version: latest
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
if: ${{ env.PUSH_BRANCH == 'true' }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue