mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-11 06:05: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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue