mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Update docker-image.yml
This commit is contained in:
parent
3c57cf8874
commit
b1fda27a3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./pdns-recursor
|
||||
file: ./Dockerfile
|
||||
file: ./pdns-recursor/Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pdns-recursor:latest
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./pdns-recursor
|
||||
file: ./Dockerfile.alpine
|
||||
file: ./pdns-recursor/Dockerfile.alpine
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/pdns-recursor:alpine
|
||||
|
|
Loading…
Reference in a new issue