mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-13 00:56:15 +01:00
ci: update docker/login-action action to v3
This commit is contained in:
parent
015ee60420
commit
1b34e2f492
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: cmur2
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user