mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 05:45:14 +02:00
changed secret to secrets
This commit is contained in:
parent
b752a8049c
commit
a2c2d01574
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker_build_push.yml
vendored
4
.github/workflows/docker_build_push.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
|||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
user: ${{ secret.DOCKER_USER }}
|
||||
password: ${{ secret.DOCKER_ACCESS_TOKEN }}
|
||||
user: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue