From 986b1c6078ee0e868fa8882201613cb78e82ae05 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 24 Jul 2023 12:32:36 +0200 Subject: [PATCH] Update image-clone.sh --- .github/fiware/image-clone.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/fiware/image-clone.sh b/.github/fiware/image-clone.sh index d579b460..73a559d0 100755 --- a/.github/fiware/image-clone.sh +++ b/.github/fiware/image-clone.sh @@ -23,13 +23,12 @@ function clone { for i in "$@" ; do if [[ $i == "docker" ]]; then - clone "$SOURCE" "$VERSION" "$DOCKER_TARGET" true - clone "$SOURCE" "$VERSION"-distroless "$DOCKER_TARGET"-distroless + clone "$SOURCE" "$VERSION"-distroless "$DOCKER_TARGET" fi if [[ $i == "quay" ]]; then clone "$SOURCE" "$VERSION" "$QUAY_TARGET" true - clone "$SOURCE" "$VERSION"-distroless "$QUAY_TARGET"-distroless + clone "$SOURCE" "$VERSION"-distroless "$QUAY_TARGET" fi echo "" done