]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
change builder image with distro tags
authorBastian Dehn <hhaalo@arcor.de>
Sat, 25 Apr 2026 14:26:53 +0000 (16:26 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 25 Apr 2026 14:26:53 +0000 (16:26 +0200)
builder/builder

index bc0e629490f0d8071ce45f22be28a6d9b1bbc11b..54144716a3c5e3e3a85735edd1c3dfa22c8d60a1 100755 (executable)
@@ -17,7 +17,7 @@ build_container_image()
 
        podman build \
                -f build/Containerfile-$distro_postfix \
-               -t feierabend-builder-$distro_postfix \
+               -t feierabend-builder:$distro_postfix \
                || return $?
 }
 
@@ -30,7 +30,7 @@ run_build_container()
                -v .:/src \
                -e SOLL_HOUR=$SOLL_HOUR \
                -e SOLL_MINUTES=$SOLL_MINUTES \
-               feierabend-builder-$distro_postfix \
+               feierabend-builder:$distro_postfix \
                || return $?
 }