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

View file

@ -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 }}