1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 05:45:14 +02:00

Update docker_build_push.yml

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent de650b4c65
commit 193b8a03bf

View file

@ -29,9 +29,9 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: .//docker-build/Dockerfile
file: ./docker-build/Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
push: true
tags: |
${{ secrets.DOCKER_HUB_USERNAME }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
${{ secrets.DOCKER_HUB_USERNAME }}/pihole-unbound-hyperlocal:latest
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:${{ env.VERSION }}
${{ secrets.DOCKER_USER }}/pihole-unbound-hyperlocal:latest