mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-13 14:55:43 +02:00
Update docker_build_push.yml
This commit is contained in:
parent
19dab1d942
commit
de650b4c65
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
|
@ -28,8 +28,8 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: /docker-build
|
context: .
|
||||||
file: ./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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue