1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00

ci: update docker/login-action action to v2

This commit is contained in:
Renovate Bot 2022-05-12 01:26:39 +00:00 committed by Christian Nicolai
parent 7c2104b0ce
commit eb1d88807b

View File

@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: cmur2
password: ${{ secrets.DOCKER_TOKEN }}