]> git.pld-linux.org Git - projects/cleanbuild.git/commitdiff
use same name for locally built image
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Jun 2017 20:59:26 +0000 (23:59 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Jun 2017 20:59:46 +0000 (23:59 +0300)
docker/build-docker.sh

index 6aa549a4955688dc55fa32c72e0e317da44190b4..24112e91644e8db9441a105736d31965d7a84894 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
+# use this script to build the image locally
 set -e
-docker build --pull -t pld/cleanbuild .
+
+image=registry.gitlab.com/pld-linux/cleanbuild
+docker build --pull -t $image .
This page took 0.106479 seconds and 4 git commands to generate.