build(deps): bump docker/login-action from 2 to 3 (#410)
This commit is contained in:
parent
026f7794d1
commit
1cd336c7dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
key: buildx-cache
|
key: buildx-cache
|
||||||
# Login to ghcr.io
|
# Login to ghcr.io
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: neonmmd
|
username: neonmmd
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue