mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 21:55:13 +02:00
Update docker_build_push.yml
This commit is contained in:
parent
de650b4c65
commit
193b8a03bf
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker_build_push.yml
vendored
6
.github/workflows/docker_build_push.yml
vendored
|
@ -29,9 +29,9 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: .//docker-build/Dockerfile
|
file: ./docker-build/Dockerfile
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_HUB_USERNAME }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
||||||
${{ secrets.DOCKER_HUB_USERNAME }}/pihole-unbound-hyperlocal:latest
|
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue