uname hotfix

This commit is contained in:
Foat Akhmadeev 2025-02-28 17:03:47 +03:00
parent 25cafbfcad
commit f736377de1

View file

@ -26,7 +26,7 @@ if [[ -n "$REGISTRY" && -n "$USERNAME" && -n "$PASSWORD" ]]; then
--storage-driver=overlay
--authfile="$REGISTRY_AUTH_FILE"
"$REGISTRY"
-username="$USERNAME"
--username="$USERNAME"
--password="$PASSWORD"
)
run_cmd "${build_cmd[@]}"