]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/exec.bash
use docker tags to select distro release
[blank.git] / scripts / docker / exec.bash
index ec61e1b6e5f88a5f58782768d9ef44594d1d7fa4..9874c9a9f49fbe0b4db2d0d06e790f557eeb89b6 100755 (executable)
@@ -10,7 +10,7 @@
 IMAGE="${IMAGE:-archlinux-build}"
 
 image_name="localhorsttv/${IMAGE}"
-image_path="scripts/docker/${IMAGE}"
+image_path="scripts/docker/${IMAGE//:/-}"
 
 build_cmd="cd /repo && make -j\$(nproc) $TARGETS"