From a44b7f1205014ef0eed2c374c35b40197a044dc9 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 4 Aug 2021 15:50:12 +0100 Subject: [PATCH] Use the rebuild images in the `pihole` namespace Signed-off-by: Adam Warner --- build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.yml b/build.yml index 68b657f..55af72f 100644 --- a/build.yml +++ b/build.yml @@ -26,7 +26,7 @@ services: context: . args: <<: *common-args - PIHOLE_BASE: multiarch/debian-debootstrap:armel-${DEBIAN_VERSION:-buster}-slim + PIHOLE_BASE: pihole/debian-debootstrap:armel-${DEBIAN_VERSION:-buster}-slim PIHOLE_ARCH: armel S6_ARCH: arm armhf: @@ -35,7 +35,7 @@ services: context: . args: <<: *common-args - PIHOLE_BASE: multiarch/debian-debootstrap:armhf-${DEBIAN_VERSION:-buster}-slim + PIHOLE_BASE: pihole/debian-debootstrap:armhf-${DEBIAN_VERSION:-buster}-slim PIHOLE_ARCH: arm S6_ARCH: arm arm64: @@ -44,7 +44,7 @@ services: context: . args: <<: *common-args - PIHOLE_BASE: multiarch/debian-debootstrap:arm64-${DEBIAN_VERSION:-buster}-slim + PIHOLE_BASE: pihole/debian-debootstrap:arm64-${DEBIAN_VERSION:-buster}-slim PIHOLE_ARCH: arm64 S6_ARCH: aarch64 i386: @@ -53,6 +53,6 @@ services: context: . args: <<: *common-args - PIHOLE_BASE: multiarch/debian-debootstrap:i386-${DEBIAN_VERSION:-buster}-slim + PIHOLE_BASE: pihole/debian-debootstrap:i386-${DEBIAN_VERSION:-buster}-slim PIHOLE_ARCH: i386 S6_ARCH: x86