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