chore: update repo org

This commit is contained in:
Radostin Emanuilov 2024-08-15 21:25:26 +01:00
parent df943cdef2
commit 0cc02f33a5

View File

@ -37,7 +37,7 @@ if [ "$CI" != "true" ]; then
fi
resizeLog=$(ssh -o ConnectTimeout=300 -o StrictHostKeyChecking=no rocky@$vmIPaddress <<EOF
git clone --recurse-submodules https://gitlab.com/marketso/base-images.git $gitDelimiter cd base-images && \
git clone --recurse-submodules https://gitlab.com/monolithify/base-images.git $gitDelimiter cd base-images && \
echo "$CONTAINER_REGISTRY_RW_PASS" | podman login -u "$CONTAINER_REGISTRY_RW_USER" $CONTAINER_REGISTRY_DOMAIN --password-stdin && \
podman build --security-opt=label=disable --cap-add=all \
--device /dev/fuse -t $outputImageNameWithOrg . && \