mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-11-22 01:31:23 +00:00
chore: update repo org
This commit is contained in:
parent
df943cdef2
commit
0cc02f33a5
@ -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 . && \
|
||||
|
Loading…
Reference in New Issue
Block a user