1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-11 14:05:43 +02:00

changed user to username

This commit is contained in:
sujiba 2022-03-09 10:42:55 +01:00 committed by GitHub
parent 964fdfc4cd
commit 087276dfe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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