mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 13:55:12 +02:00
Update docker_build_push.yml
This commit is contained in:
parent
35218c53cb
commit
5175b3661f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker_build_push.yml
vendored
5
.github/workflows/docker_build_push.yml
vendored
|
@ -30,7 +30,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./docker-build
|
context: ./docker-build
|
||||||
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_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue