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

changed secret to secrets

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

View file

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