From: Bastian Dehn Date: Sat, 25 Apr 2026 14:26:15 +0000 (+0200) Subject: change builder image with distro tags X-Git-Tag: v1.1.29^2~8 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=98711ee559569095e45bffe77b0a1c6281139d5a;p=sane-kds-s2000w-net.git change builder image with distro tags --- diff --git a/builder/builder b/builder/builder index a278542..5c9f8f7 100755 --- a/builder/builder +++ b/builder/builder @@ -16,7 +16,7 @@ build_container_image() local distro_postfix="$1" podman build \ - -t sane-kds-s2000w-net-builder-$distro_postfix \ + -t sane-kds-s2000w-net-builder:$distro_postfix \ -f build/Containerfile-$distro_postfix \ || return $? } @@ -28,7 +28,7 @@ run_builder_container() podman run \ --rm \ -v .:/src \ - sane-kds-s2000w-net-builder-$distro_postfix \ + sane-kds-s2000w-net-builder:$distro_postfix \ || return $? }