1
0
Fork 0
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:
sujiba 2022-03-09 11:37:24 +01:00 committed by GitHub
parent 562c09b7a7
commit 7161538e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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