1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-07-27 03:02:19 +02:00

ci: update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-09-14 00:51:52 +00:00 committed by Christian Nicolai
parent 4cf6591f38
commit 20d359f328

View File

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