1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 13:55:12 +02:00

changed user to username

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent a2c2d01574
commit cf11e7c9ed

View file

@ -14,7 +14,7 @@ jobs:
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
user: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- -
name: Set up Docker Buildx name: Set up Docker Buildx