1
0
Fork 0
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:
sujiba 2023-05-04 01:33:02 +02:00
parent 35218c53cb
commit 5175b3661f

View file

@ -30,7 +30,10 @@ jobs:
with:
context: ./docker-build
file: ./docker-build/Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: |
linux/arm/v7
linux/arm64/v8
linux/amd64
push: true
tags: |
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}