From 708e01c30d2b43a07f84bb259cc195b5baae205c Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 16 Aug 2022 21:06:04 +0200 Subject: [PATCH] Framadate : store to registry (2) --- podman-framadate/.gitlab-ci.yml | 1 - podman-framadate/ci_build_images.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/podman-framadate/.gitlab-ci.yml b/podman-framadate/.gitlab-ci.yml index f23cfa3..6ae44f1 100644 --- a/podman-framadate/.gitlab-ci.yml +++ b/podman-framadate/.gitlab-ci.yml @@ -14,7 +14,6 @@ framadate: - ./40_stop.sh - ./70_disable.sh - ./80_destroy.sh - - podman rmi $(podman images -a -q -- localhost/framadate-app) - podman volume rm podman-framadate_framadate-db tags: - garbaye diff --git a/podman-framadate/ci_build_images.sh b/podman-framadate/ci_build_images.sh index f4d9329..5a05637 100755 --- a/podman-framadate/ci_build_images.sh +++ b/podman-framadate/ci_build_images.sh @@ -8,7 +8,7 @@ ensure_pwd_is_scriptdir 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 && + podman build -t "${framadate_image}":"${framadate_version}" --build-arg=version="${framadate_release}" --file ./docker/Dockerfile then echo "Image ${framadate_image}:${framadate_version} already built" fi