From 337280858abff87a5129354beef63c2a19149e7f Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 16 Aug 2022 21:06:37 +0200 Subject: [PATCH] Framadate : store to registry (3) --- podman-framadate/ci_build_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-framadate/ci_build_images.sh b/podman-framadate/ci_build_images.sh index 5a05637..8348475 100755 --- a/podman-framadate/ci_build_images.sh +++ b/podman-framadate/ci_build_images.sh @@ -9,7 +9,7 @@ ensure_not_root if ! podman image exists ${framadate_image}:${framadate_version}; then podman build -t "${framadate_image}":"${framadate_version}" --build-arg=version="${framadate_release}" --file ./docker/Dockerfile -then +else echo "Image ${framadate_image}:${framadate_version} already built" fi